pub struct CalVer { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for CalVer
impl Eq for CalVer
Source§impl Ord for CalVer
impl Ord for CalVer
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 CalVer
impl PartialOrd for CalVer
impl StructuralPartialEq for CalVer
Auto Trait Implementations§
impl Freeze for CalVer
impl RefUnwindSafe for CalVer
impl Send for CalVer
impl Sync for CalVer
impl Unpin for CalVer
impl UnsafeUnpin for CalVer
impl UnwindSafe for CalVer
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