Struct adventofcode_rust_2015::day14::Reindeer
source · [−]Fields
name: String
speed: u64
run_duration: u64
rest_duration: u64
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Reindeer
impl Send for Reindeer
impl Sync for Reindeer
impl Unpin for Reindeer
impl UnwindSafe for Reindeer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more