Struct xsd_types::value::PositiveInteger
source · pub struct PositiveInteger(_);Implementations§
Trait Implementations§
source§impl Add<Integer> for PositiveInteger
impl Add<Integer> for PositiveInteger
source§impl Add<NegativeInteger> for PositiveInteger
impl Add<NegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
+ operator.source§impl Add<NonNegativeInteger> for PositiveInteger
impl Add<NonNegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
+ operator.source§impl Add<NonPositiveInteger> for PositiveInteger
impl Add<NonPositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
+ operator.source§impl Add<PositiveInteger> for NegativeInteger
impl Add<PositiveInteger> for NegativeInteger
§type Output = NegativeInteger
type Output = NegativeInteger
The resulting type after applying the
+ operator.source§impl Add<PositiveInteger> for NonNegativeInteger
impl Add<PositiveInteger> for NonNegativeInteger
§type Output = NonNegativeInteger
type Output = NonNegativeInteger
The resulting type after applying the
+ operator.source§impl Add<PositiveInteger> for NonPositiveInteger
impl Add<PositiveInteger> for NonPositiveInteger
§type Output = NonPositiveInteger
type Output = NonPositiveInteger
The resulting type after applying the
+ operator.source§impl Add<PositiveInteger> for PositiveInteger
impl Add<PositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
+ operator.source§impl Add<i16> for PositiveInteger
impl Add<i16> for PositiveInteger
source§impl Add<i32> for PositiveInteger
impl Add<i32> for PositiveInteger
source§impl Add<i64> for PositiveInteger
impl Add<i64> for PositiveInteger
source§impl Add<i8> for PositiveInteger
impl Add<i8> for PositiveInteger
source§impl Add<isize> for PositiveInteger
impl Add<isize> for PositiveInteger
source§impl Add<u16> for PositiveInteger
impl Add<u16> for PositiveInteger
source§impl Add<u32> for PositiveInteger
impl Add<u32> for PositiveInteger
source§impl Add<u64> for PositiveInteger
impl Add<u64> for PositiveInteger
source§impl Add<u8> for PositiveInteger
impl Add<u8> for PositiveInteger
source§impl Add<usize> for PositiveInteger
impl Add<usize> for PositiveInteger
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 Div<Integer> for PositiveInteger
impl Div<Integer> for PositiveInteger
source§impl Div<NegativeInteger> for PositiveInteger
impl Div<NegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
/ operator.source§impl Div<NonNegativeInteger> for PositiveInteger
impl Div<NonNegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
/ operator.source§impl Div<NonPositiveInteger> for PositiveInteger
impl Div<NonPositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
/ operator.source§impl Div<PositiveInteger> for NegativeInteger
impl Div<PositiveInteger> for NegativeInteger
§type Output = NegativeInteger
type Output = NegativeInteger
The resulting type after applying the
/ operator.source§impl Div<PositiveInteger> for NonNegativeInteger
impl Div<PositiveInteger> for NonNegativeInteger
§type Output = NonNegativeInteger
type Output = NonNegativeInteger
The resulting type after applying the
/ operator.source§impl Div<PositiveInteger> for NonPositiveInteger
impl Div<PositiveInteger> for NonPositiveInteger
§type Output = NonPositiveInteger
type Output = NonPositiveInteger
The resulting type after applying the
/ operator.source§impl Div<PositiveInteger> for PositiveInteger
impl Div<PositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
/ operator.source§impl Div<i16> for PositiveInteger
impl Div<i16> for PositiveInteger
source§impl Div<i32> for PositiveInteger
impl Div<i32> for PositiveInteger
source§impl Div<i64> for PositiveInteger
impl Div<i64> for PositiveInteger
source§impl Div<i8> for PositiveInteger
impl Div<i8> for PositiveInteger
source§impl Div<isize> for PositiveInteger
impl Div<isize> for PositiveInteger
source§impl Div<u16> for PositiveInteger
impl Div<u16> for PositiveInteger
source§impl Div<u32> for PositiveInteger
impl Div<u32> for PositiveInteger
source§impl Div<u64> for PositiveInteger
impl Div<u64> for PositiveInteger
source§impl Div<u8> for PositiveInteger
impl Div<u8> for PositiveInteger
source§impl Div<usize> for PositiveInteger
impl Div<usize> for PositiveInteger
source§impl Hash for PositiveInteger
impl Hash for PositiveInteger
source§impl Mul<Integer> for PositiveInteger
impl Mul<Integer> for PositiveInteger
source§impl Mul<NegativeInteger> for PositiveInteger
impl Mul<NegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
* operator.source§impl Mul<NonNegativeInteger> for PositiveInteger
impl Mul<NonNegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
* operator.source§impl Mul<NonPositiveInteger> for PositiveInteger
impl Mul<NonPositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
* operator.source§impl Mul<PositiveInteger> for NegativeInteger
impl Mul<PositiveInteger> for NegativeInteger
§type Output = NegativeInteger
type Output = NegativeInteger
The resulting type after applying the
* operator.source§impl Mul<PositiveInteger> for NonNegativeInteger
impl Mul<PositiveInteger> for NonNegativeInteger
§type Output = NonNegativeInteger
type Output = NonNegativeInteger
The resulting type after applying the
* operator.source§impl Mul<PositiveInteger> for NonPositiveInteger
impl Mul<PositiveInteger> for NonPositiveInteger
§type Output = NonPositiveInteger
type Output = NonPositiveInteger
The resulting type after applying the
* operator.source§impl Mul<PositiveInteger> for PositiveInteger
impl Mul<PositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
* operator.source§impl Mul<i16> for PositiveInteger
impl Mul<i16> for PositiveInteger
source§impl Mul<i32> for PositiveInteger
impl Mul<i32> for PositiveInteger
source§impl Mul<i64> for PositiveInteger
impl Mul<i64> for PositiveInteger
source§impl Mul<i8> for PositiveInteger
impl Mul<i8> for PositiveInteger
source§impl Mul<isize> for PositiveInteger
impl Mul<isize> for PositiveInteger
source§impl Mul<u16> for PositiveInteger
impl Mul<u16> for PositiveInteger
source§impl Mul<u32> for PositiveInteger
impl Mul<u32> for PositiveInteger
source§impl Mul<u64> for PositiveInteger
impl Mul<u64> for PositiveInteger
source§impl Mul<u8> for PositiveInteger
impl Mul<u8> for PositiveInteger
source§impl Mul<usize> for PositiveInteger
impl Mul<usize> 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 Sub<Integer> for PositiveInteger
impl Sub<Integer> for PositiveInteger
source§impl Sub<NegativeInteger> for PositiveInteger
impl Sub<NegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
- operator.source§impl Sub<NonNegativeInteger> for PositiveInteger
impl Sub<NonNegativeInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
- operator.source§impl Sub<NonPositiveInteger> for PositiveInteger
impl Sub<NonPositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
- operator.source§impl Sub<PositiveInteger> for NegativeInteger
impl Sub<PositiveInteger> for NegativeInteger
§type Output = NegativeInteger
type Output = NegativeInteger
The resulting type after applying the
- operator.source§impl Sub<PositiveInteger> for NonNegativeInteger
impl Sub<PositiveInteger> for NonNegativeInteger
§type Output = NonNegativeInteger
type Output = NonNegativeInteger
The resulting type after applying the
- operator.source§impl Sub<PositiveInteger> for NonPositiveInteger
impl Sub<PositiveInteger> for NonPositiveInteger
§type Output = NonPositiveInteger
type Output = NonPositiveInteger
The resulting type after applying the
- operator.source§impl Sub<PositiveInteger> for PositiveInteger
impl Sub<PositiveInteger> for PositiveInteger
§type Output = PositiveInteger
type Output = PositiveInteger
The resulting type after applying the
- operator.source§impl Sub<i16> for PositiveInteger
impl Sub<i16> for PositiveInteger
source§impl Sub<i32> for PositiveInteger
impl Sub<i32> for PositiveInteger
source§impl Sub<i64> for PositiveInteger
impl Sub<i64> for PositiveInteger
source§impl Sub<i8> for PositiveInteger
impl Sub<i8> for PositiveInteger
source§impl Sub<isize> for PositiveInteger
impl Sub<isize> for PositiveInteger
source§impl Sub<u16> for PositiveInteger
impl Sub<u16> for PositiveInteger
source§impl Sub<u32> for PositiveInteger
impl Sub<u32> for PositiveInteger
source§impl Sub<u64> for PositiveInteger
impl Sub<u64> for PositiveInteger
source§impl Sub<u8> for PositiveInteger
impl Sub<u8> for PositiveInteger
source§impl Sub<usize> for PositiveInteger
impl Sub<usize> for PositiveInteger
source§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