pub enum EntryKind {
Directory,
File,
}
Variants§
Trait Implementations§
source§impl PartialEq for EntryKind
impl PartialEq for EntryKind
impl Copy for EntryKind
impl Eq for EntryKind
impl StructuralEq for EntryKind
impl StructuralPartialEq for EntryKind
Auto Trait Implementations§
impl RefUnwindSafe for EntryKind
impl Send for EntryKind
impl Sync for EntryKind
impl Unpin for EntryKind
impl UnwindSafe for EntryKind
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