pub enum MocVersion {
V30,
V33,
V40,
V42,
V50,
}Variants§
Trait Implementations§
Source§impl Ord for MocVersion
impl Ord for MocVersion
Source§fn cmp(&self, other: &MocVersion) -> Ordering
fn cmp(&self, other: &MocVersion) -> Ordering
1.21.0 · 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 PartialEq for MocVersion
impl PartialEq for MocVersion
Source§impl PartialOrd for MocVersion
impl PartialOrd for MocVersion
impl Eq for MocVersion
impl StructuralPartialEq for MocVersion
Auto Trait Implementations§
impl Freeze for MocVersion
impl RefUnwindSafe for MocVersion
impl Send for MocVersion
impl Sync for MocVersion
impl Unpin for MocVersion
impl UnwindSafe for MocVersion
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