pub struct FlatTree {
pub entries: BTreeMap<String, File>,
}Fields§
§entries: BTreeMap<String, File>Trait Implementations§
source§impl PartialEq for FlatTree
impl PartialEq for FlatTree
impl StructuralPartialEq for FlatTree
Auto Trait Implementations§
impl Freeze for FlatTree
impl RefUnwindSafe for FlatTree
impl Send for FlatTree
impl Sync for FlatTree
impl Unpin for FlatTree
impl UnwindSafe for FlatTree
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