Struct code_it_later_rs::datatypes::Bread
source · pub struct Bread { /* private fields */ }
Expand description
major data struct including file path and all crumbs
Implementations§
Trait Implementations§
source§impl PartialEq for Bread
impl PartialEq for Bread
impl Eq for Bread
impl StructuralEq for Bread
impl StructuralPartialEq for Bread
Auto Trait Implementations§
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