pub enum ExplorerEntryKind {
File,
Dir,
}Expand description
Kind of a directory entry.
Variants§
Trait Implementations§
Source§impl Clone for ExplorerEntryKind
impl Clone for ExplorerEntryKind
Source§fn clone(&self) -> ExplorerEntryKind
fn clone(&self) -> ExplorerEntryKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExplorerEntryKind
impl Debug for ExplorerEntryKind
Source§impl PartialEq for ExplorerEntryKind
impl PartialEq for ExplorerEntryKind
Source§impl Serialize for ExplorerEntryKind
impl Serialize for ExplorerEntryKind
impl Copy for ExplorerEntryKind
impl Eq for ExplorerEntryKind
impl StructuralPartialEq for ExplorerEntryKind
Auto Trait Implementations§
impl Freeze for ExplorerEntryKind
impl RefUnwindSafe for ExplorerEntryKind
impl Send for ExplorerEntryKind
impl Sync for ExplorerEntryKind
impl Unpin for ExplorerEntryKind
impl UnwindSafe for ExplorerEntryKind
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