#[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