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
Source§fn eq(&self, other: &DebPriority) -> bool
fn eq(&self, other: &DebPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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