Struct sep2_common::packages::types::PINType
source · pub struct PINType(/* private fields */);
Expand description
Six digit unsigned decimal integer (0 to 999999).
Implementations§
Trait Implementations§
source§impl PartialEq<PINType> for PINType
impl PartialEq<PINType> for PINType
impl Copy for PINType
impl Eq for PINType
impl StructuralEq for PINType
impl StructuralPartialEq for PINType
Auto Trait Implementations§
impl RefUnwindSafe for PINType
impl Send for PINType
impl Sync for PINType
impl Unpin for PINType
impl UnwindSafe for PINType
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