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 Display for PositiveInteger
impl Display 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 moresource§impl XsdDatatype for PositiveInteger
impl XsdDatatype for PositiveInteger
impl Eq for PositiveInteger
impl StructuralEq for PositiveInteger
impl StructuralPartialEq for PositiveInteger
Auto Trait Implementations§
impl RefUnwindSafe for PositiveInteger
impl Send for PositiveInteger
impl Sync for PositiveInteger
impl Unpin for PositiveInteger
impl UnwindSafe for PositiveInteger
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