#[repr(u32)]pub enum DepMod {
Any = 1,
Eq = 2,
Ge = 3,
Le = 4,
Gt = 5,
Lt = 6,
}Variants§
Trait Implementations§
Source§impl Ord for DepMod
impl Ord for DepMod
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 DepMod
impl PartialOrd for DepMod
impl Copy for DepMod
impl Eq for DepMod
impl StructuralPartialEq for DepMod
Auto Trait Implementations§
impl Freeze for DepMod
impl RefUnwindSafe for DepMod
impl Send for DepMod
impl Sync for DepMod
impl Unpin for DepMod
impl UnsafeUnpin for DepMod
impl UnwindSafe for DepMod
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