Enum MtreeEntryKind
pub enum MtreeEntryKind {
File,
Directory,
Link,
Device,
Unknown,
}Expand description
mtree entry kind labels.
Variants§
File
File entry.
Directory
Directory entry.
Link
Link entry.
Device
Device entry.
Unknown
Unknown or unsupported entry kind.
Implementations§
§impl MtreeEntryKind
impl MtreeEntryKind
Trait Implementations§
§impl Clone for MtreeEntryKind
impl Clone for MtreeEntryKind
§fn clone(&self) -> MtreeEntryKind
fn clone(&self) -> MtreeEntryKind
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 more§impl Debug for MtreeEntryKind
impl Debug for MtreeEntryKind
§impl Default for MtreeEntryKind
impl Default for MtreeEntryKind
§fn default() -> MtreeEntryKind
fn default() -> MtreeEntryKind
Returns the “default value” for a type. Read more
§impl Display for MtreeEntryKind
impl Display for MtreeEntryKind
§impl Hash for MtreeEntryKind
impl Hash for MtreeEntryKind
§impl Ord for MtreeEntryKind
impl Ord for MtreeEntryKind
§impl PartialEq for MtreeEntryKind
impl PartialEq for MtreeEntryKind
§impl PartialOrd for MtreeEntryKind
impl PartialOrd for MtreeEntryKind
impl Copy for MtreeEntryKind
impl Eq for MtreeEntryKind
impl StructuralPartialEq for MtreeEntryKind
Auto Trait Implementations§
impl Freeze for MtreeEntryKind
impl RefUnwindSafe for MtreeEntryKind
impl Send for MtreeEntryKind
impl Sync for MtreeEntryKind
impl Unpin for MtreeEntryKind
impl UnsafeUnpin for MtreeEntryKind
impl UnwindSafe for MtreeEntryKind
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