pub enum VNodeType {
File,
Dir,
SymLink,
Device,
}Variants§
Trait Implementations§
impl Copy for VNodeType
impl Eq for VNodeType
impl StructuralPartialEq for VNodeType
Auto Trait Implementations§
impl Freeze for VNodeType
impl RefUnwindSafe for VNodeType
impl Send for VNodeType
impl Sync for VNodeType
impl Unpin for VNodeType
impl UnwindSafe for VNodeType
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