pub enum MtreeFormat {
Bsd,
NetBsd,
FreeBsd,
Unknown,
}Expand description
mtree dialect labels.
Variants§
Bsd
BSD mtree label.
NetBsd
NetBSD mtree label.
FreeBsd
FreeBSD mtree label.
Unknown
Unknown or intentionally unspecified mtree format.
Implementations§
Trait Implementations§
Source§impl Clone for MtreeFormat
impl Clone for MtreeFormat
Source§fn clone(&self) -> MtreeFormat
fn clone(&self) -> MtreeFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MtreeFormat
impl Debug for MtreeFormat
Source§impl Default for MtreeFormat
impl Default for MtreeFormat
Source§fn default() -> MtreeFormat
fn default() -> MtreeFormat
Returns the “default value” for a type. Read more
Source§impl Display for MtreeFormat
impl Display for MtreeFormat
Source§impl Hash for MtreeFormat
impl Hash for MtreeFormat
Source§impl Ord for MtreeFormat
impl Ord for MtreeFormat
Source§fn cmp(&self, other: &MtreeFormat) -> Ordering
fn cmp(&self, other: &MtreeFormat) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MtreeFormat
impl PartialEq for MtreeFormat
Source§fn eq(&self, other: &MtreeFormat) -> bool
fn eq(&self, other: &MtreeFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MtreeFormat
impl PartialOrd for MtreeFormat
impl Copy for MtreeFormat
impl Eq for MtreeFormat
impl StructuralPartialEq for MtreeFormat
Auto Trait Implementations§
impl Freeze for MtreeFormat
impl RefUnwindSafe for MtreeFormat
impl Send for MtreeFormat
impl Sync for MtreeFormat
impl Unpin for MtreeFormat
impl UnsafeUnpin for MtreeFormat
impl UnwindSafe for MtreeFormat
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