#[repr(C)]pub struct IntuicioVersion { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for IntuicioVersion
 
impl Clone for IntuicioVersion
source§fn clone(&self) -> IntuicioVersion
 
fn clone(&self) -> IntuicioVersion
Returns a copy of the value. Read more
1.0.0 · 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 IntuicioVersion
 
impl Debug for IntuicioVersion
source§impl<'de> Deserialize<'de> for IntuicioVersion
 
impl<'de> Deserialize<'de> for IntuicioVersion
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for IntuicioVersion
 
impl Display for IntuicioVersion
source§impl Ord for IntuicioVersion
 
impl Ord for IntuicioVersion
source§fn cmp(&self, other: &IntuicioVersion) -> Ordering
 
fn cmp(&self, other: &IntuicioVersion) -> 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 IntuicioVersion
 
impl PartialEq for IntuicioVersion
source§impl PartialOrd for IntuicioVersion
 
impl PartialOrd for IntuicioVersion
source§impl Serialize for IntuicioVersion
 
impl Serialize for IntuicioVersion
impl Copy for IntuicioVersion
impl Eq for IntuicioVersion
impl StructuralPartialEq for IntuicioVersion
Auto Trait Implementations§
impl Freeze for IntuicioVersion
impl RefUnwindSafe for IntuicioVersion
impl Send for IntuicioVersion
impl Sync for IntuicioVersion
impl Unpin for IntuicioVersion
impl UnwindSafe for IntuicioVersion
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)