Struct aoc_toolbox::Aoc
source · [−]pub struct Aoc<'a> { /* private fields */ }Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Aoc<'a>
impl<'a> Send for Aoc<'a>
impl<'a> Sync for Aoc<'a>
impl<'a> Unpin for Aoc<'a>
impl<'a> UnwindSafe for Aoc<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more