pub enum EntryType {
Empty,
UserStorage,
UserStream,
LockBytes,
Property,
RootStorage,
}
Variants§
Empty
Empty entry.
UserStorage
Storage, i.e. a directory.
UserStream
Stream, i.e. a file.
LockBytes
LockBytes (unknown usage).
Property
Property (unknown usage).
RootStorage
Root storage.
Trait Implementations§
impl Copy for EntryType
impl StructuralPartialEq for EntryType
Auto Trait Implementations§
impl Freeze for EntryType
impl RefUnwindSafe for EntryType
impl Send for EntryType
impl Sync for EntryType
impl Unpin for EntryType
impl UnwindSafe for EntryType
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