pub struct EntryInfo {
pub name: String,
pub parent: EntryKey,
}Expand description
Value stored in the rewind lookup table.
Fields§
§name: StringFilename of this entry (not full path).
parent: EntryKeyKey to the parent directory entry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryInfo
impl RefUnwindSafe for EntryInfo
impl Send for EntryInfo
impl Sync for EntryInfo
impl Unpin for EntryInfo
impl UnsafeUnpin for EntryInfo
impl UnwindSafe for EntryInfo
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