Struct adventofcode_rust_2015::day14::day14_part2::RunnerStruct
source · [−]pub struct RunnerStruct {
input: Vec<Reindeer>,
output: PhantomData<u64>,
}
Fields
input: Vec<Reindeer>
output: PhantomData<u64>
Trait Implementations
sourceimpl Runner for RunnerStruct
impl Runner for RunnerStruct
Auto Trait Implementations
impl RefUnwindSafe for RunnerStruct
impl Send for RunnerStruct
impl Sync for RunnerStruct
impl Unpin for RunnerStruct
impl UnwindSafe for RunnerStruct
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