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