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