pub enum DebPriority {
Required,
Important,
Standard,
Optional,
Extra,
}
Expand description
Used for Deb’s Priority field.
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for DebPriority
impl Debug for DebPriority
Source§impl PartialEq for DebPriority
impl PartialEq for DebPriority
impl Eq for DebPriority
impl StructuralPartialEq for DebPriority
Auto Trait Implementations§
impl Freeze for DebPriority
impl RefUnwindSafe for DebPriority
impl Send for DebPriority
impl Sync for DebPriority
impl Unpin for DebPriority
impl UnwindSafe for DebPriority
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