pub enum TypeFlag {
NormalFile,
HardLink,
SymbolicLink,
CharacterSpecial,
BlockSpecial,
Directory,
FIFO,
ContiguousFile,
PaxInterexchangeFormat,
PaxExtendedAttributes,
GNULongName,
VendorSpecific,
}
Variants§
NormalFile
HardLink
SymbolicLink
CharacterSpecial
BlockSpecial
Directory
FIFO
ContiguousFile
PaxInterexchangeFormat
PaxExtendedAttributes
GNULongName
VendorSpecific
Trait Implementations§
impl Eq for TypeFlag
impl StructuralPartialEq for TypeFlag
Auto Trait Implementations§
impl Freeze for TypeFlag
impl RefUnwindSafe for TypeFlag
impl Send for TypeFlag
impl Sync for TypeFlag
impl Unpin for TypeFlag
impl UnwindSafe for TypeFlag
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