pub struct Haversack {
shiny_gold: usize,
bags: [[Option<Rule>; 4]; 594],
}Fields§
§shiny_gold: usize§bags: [[Option<Rule>; 4]; 594]Auto Trait Implementations§
impl Freeze for Haversack
impl RefUnwindSafe for Haversack
impl Send for Haversack
impl Sync for Haversack
impl Unpin for Haversack
impl UnsafeUnpin for Haversack
impl UnwindSafe for Haversack
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more