pub enum CabFormat {
Cabinet,
Unknown,
}Expand description
Microsoft Cabinet format labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CabFormat
impl Ord for CabFormat
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 CabFormat
impl PartialOrd for CabFormat
impl Copy for CabFormat
impl Eq for CabFormat
impl StructuralPartialEq for CabFormat
Auto Trait Implementations§
impl Freeze for CabFormat
impl RefUnwindSafe for CabFormat
impl Send for CabFormat
impl Sync for CabFormat
impl Unpin for CabFormat
impl UnsafeUnpin for CabFormat
impl UnwindSafe for CabFormat
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