pub struct CoreOptionsVersion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CoreOptionsVersion
impl Clone for CoreOptionsVersion
Source§fn clone(&self) -> CoreOptionsVersion
fn clone(&self) -> CoreOptionsVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CoreOptionsVersion
impl Debug for CoreOptionsVersion
Source§impl Default for CoreOptionsVersion
impl Default for CoreOptionsVersion
Source§fn default() -> CoreOptionsVersion
fn default() -> CoreOptionsVersion
Returns the “default value” for a type. Read more
Source§impl Hash for CoreOptionsVersion
impl Hash for CoreOptionsVersion
Source§impl Ord for CoreOptionsVersion
impl Ord for CoreOptionsVersion
Source§fn cmp(&self, other: &CoreOptionsVersion) -> Ordering
fn cmp(&self, other: &CoreOptionsVersion) -> Ordering
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 PartialEq for CoreOptionsVersion
impl PartialEq for CoreOptionsVersion
Source§fn eq(&self, other: &CoreOptionsVersion) -> bool
fn eq(&self, other: &CoreOptionsVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CoreOptionsVersion
impl PartialOrd for CoreOptionsVersion
impl Copy for CoreOptionsVersion
impl Eq for CoreOptionsVersion
impl StructuralPartialEq for CoreOptionsVersion
Auto Trait Implementations§
impl Freeze for CoreOptionsVersion
impl RefUnwindSafe for CoreOptionsVersion
impl Send for CoreOptionsVersion
impl Sync for CoreOptionsVersion
impl Unpin for CoreOptionsVersion
impl UnsafeUnpin for CoreOptionsVersion
impl UnwindSafe for CoreOptionsVersion
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