Struct intuicio_core::IntuicioVersion
source · 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 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<IntuicioVersion> for IntuicioVersion
impl PartialEq<IntuicioVersion> for IntuicioVersion
source§fn eq(&self, other: &IntuicioVersion) -> bool
fn eq(&self, other: &IntuicioVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<IntuicioVersion> for IntuicioVersion
impl PartialOrd<IntuicioVersion> for IntuicioVersion
source§fn partial_cmp(&self, other: &IntuicioVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &IntuicioVersion) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more