Struct adventofcode_rust_2015::day16::Sue
source · [−]Fields
nr: u16
data: HashMap<String, i32>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sue
impl Send for Sue
impl Sync for Sue
impl Unpin for Sue
impl UnwindSafe for Sue
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