pub enum ArFormat {
Gnu,
Bsd,
Common,
Unknown,
}Expand description
Unix ar format labels.
Variants§
Gnu
GNU ar variant.
Bsd
BSD ar variant.
Common
Common ar container label.
Unknown
Unknown or intentionally unspecified ar format.
Implementations§
Trait Implementations§
Source§impl Ord for ArFormat
impl Ord for ArFormat
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 PartialOrd for ArFormat
impl PartialOrd for ArFormat
impl Copy for ArFormat
impl Eq for ArFormat
impl StructuralPartialEq for ArFormat
Auto Trait Implementations§
impl Freeze for ArFormat
impl RefUnwindSafe for ArFormat
impl Send for ArFormat
impl Sync for ArFormat
impl Unpin for ArFormat
impl UnsafeUnpin for ArFormat
impl UnwindSafe for ArFormat
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