Struct cyfs_bdt::IncreaseId
source · pub struct IncreaseId(_);
Implementations§
Trait Implementations§
source§impl Clone for IncreaseId
impl Clone for IncreaseId
source§fn clone(&self) -> IncreaseId
fn clone(&self) -> IncreaseId
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 IncreaseId
impl Debug for IncreaseId
source§impl Default for IncreaseId
impl Default for IncreaseId
source§impl Display for IncreaseId
impl Display for IncreaseId
source§impl Ord for IncreaseId
impl Ord for IncreaseId
source§fn cmp(&self, other: &IncreaseId) -> Ordering
fn cmp(&self, other: &IncreaseId) -> 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<IncreaseId> for IncreaseId
impl PartialEq<IncreaseId> for IncreaseId
source§fn eq(&self, other: &IncreaseId) -> bool
fn eq(&self, other: &IncreaseId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<IncreaseId> for IncreaseId
impl PartialOrd<IncreaseId> for IncreaseId
source§fn partial_cmp(&self, other: &IncreaseId) -> Option<Ordering>
fn partial_cmp(&self, other: &IncreaseId) -> 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