pub struct FundsTypeCode(/* private fields */);Expand description
A raw BAI2 funds type code.
Implementations§
Trait Implementations§
Source§impl Clone for FundsTypeCode
impl Clone for FundsTypeCode
Source§fn clone(&self) -> FundsTypeCode
fn clone(&self) -> FundsTypeCode
Returns a duplicate 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 FundsTypeCode
impl Debug for FundsTypeCode
Source§impl Hash for FundsTypeCode
impl Hash for FundsTypeCode
Source§impl Ord for FundsTypeCode
impl Ord for FundsTypeCode
Source§fn cmp(&self, other: &FundsTypeCode) -> Ordering
fn cmp(&self, other: &FundsTypeCode) -> 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 for FundsTypeCode
impl PartialEq for FundsTypeCode
Source§impl PartialOrd for FundsTypeCode
impl PartialOrd for FundsTypeCode
impl Eq for FundsTypeCode
impl StructuralPartialEq for FundsTypeCode
Auto Trait Implementations§
impl Freeze for FundsTypeCode
impl RefUnwindSafe for FundsTypeCode
impl Send for FundsTypeCode
impl Sync for FundsTypeCode
impl Unpin for FundsTypeCode
impl UnsafeUnpin for FundsTypeCode
impl UnwindSafe for FundsTypeCode
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