Struct sep2_common::packages::primitives::Int64
source · pub struct Int64(pub i64);
Expand description
Signed integer, max inclusive 9223372036854775807 (2^63), min inclusive -9223372036854775808 (same as xs:long)
Tuple Fields§
§0: i64
Implementations§
Trait Implementations§
source§impl Ord for Int64
impl Ord for Int64
source§impl PartialEq<Int64> for Int64
impl PartialEq<Int64> for Int64
source§impl PartialOrd<Int64> for Int64
impl PartialOrd<Int64> for Int64
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 moreimpl Copy for Int64
impl Eq for Int64
impl StructuralEq for Int64
impl StructuralPartialEq for Int64
Auto Trait Implementations§
impl RefUnwindSafe for Int64
impl Send for Int64
impl Sync for Int64
impl Unpin for Int64
impl UnwindSafe for Int64
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