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