pub enum LinuxNodeKind {
File,
Directory,
}Expand description
Portable Linux node kind mapped to fuser::FileType at the native boundary.
Variants§
Trait Implementations§
Source§impl Clone for LinuxNodeKind
impl Clone for LinuxNodeKind
Source§fn clone(&self) -> LinuxNodeKind
fn clone(&self) -> LinuxNodeKind
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 LinuxNodeKind
impl Debug for LinuxNodeKind
Source§impl PartialEq for LinuxNodeKind
impl PartialEq for LinuxNodeKind
impl Copy for LinuxNodeKind
impl Eq for LinuxNodeKind
impl StructuralPartialEq for LinuxNodeKind
Auto Trait Implementations§
impl Freeze for LinuxNodeKind
impl RefUnwindSafe for LinuxNodeKind
impl Send for LinuxNodeKind
impl Sync for LinuxNodeKind
impl Unpin for LinuxNodeKind
impl UnwindSafe for LinuxNodeKind
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