Enum MtreeFormat
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§
§impl MtreeFormat
impl MtreeFormat
Trait Implementations§
§impl Clone for MtreeFormat
impl Clone for MtreeFormat
§fn clone(&self) -> MtreeFormat
fn clone(&self) -> MtreeFormat
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 MtreeFormat
impl Debug for MtreeFormat
§impl Default for MtreeFormat
impl Default for MtreeFormat
§fn default() -> MtreeFormat
fn default() -> MtreeFormat
Returns the “default value” for a type. Read more
§impl Display for MtreeFormat
impl Display for MtreeFormat
§impl Hash for MtreeFormat
impl Hash for MtreeFormat
§impl Ord for MtreeFormat
impl Ord for MtreeFormat
§impl PartialEq for MtreeFormat
impl PartialEq for MtreeFormat
§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