Struct sep2_common::packages::types::SFDIType
source · pub struct SFDIType(/* private fields */);
Expand description
Unsigned integer, maximum inclusive 687194767359, which is 2^36 - 1 (68,719,476,735), with added check digit.
Implementations§
Trait Implementations§
source§impl Ord for SFDIType
impl Ord for SFDIType
source§impl PartialEq<SFDIType> for SFDIType
impl PartialEq<SFDIType> for SFDIType
source§impl PartialOrd<SFDIType> for SFDIType
impl PartialOrd<SFDIType> for SFDIType
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 SFDIType
impl Eq for SFDIType
impl StructuralEq for SFDIType
impl StructuralPartialEq for SFDIType
Auto Trait Implementations§
impl RefUnwindSafe for SFDIType
impl Send for SFDIType
impl Sync for SFDIType
impl Unpin for SFDIType
impl UnwindSafe for SFDIType
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