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