pub struct Bread { /* private fields */ }
Expand description
major data struct including file path and all crumbs
Implementations§
Trait Implementations§
impl Eq for Bread
impl StructuralPartialEq for Bread
Auto Trait Implementations§
impl Freeze for Bread
impl RefUnwindSafe for Bread
impl Send for Bread
impl Sync for Bread
impl Unpin for Bread
impl UnwindSafe for Bread
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