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