pub enum CreditAssetType {
CreditAlphaNum4(String),
CreditAlphaNum12(String),
}Expand description
The credit asset type, based on its code length.
Variants§
Trait Implementations§
Source§impl Clone for CreditAssetType
impl Clone for CreditAssetType
Source§fn clone(&self) -> CreditAssetType
fn clone(&self) -> CreditAssetType
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 CreditAssetType
impl Debug for CreditAssetType
Source§impl PartialEq for CreditAssetType
impl PartialEq for CreditAssetType
impl Eq for CreditAssetType
impl StructuralPartialEq for CreditAssetType
Auto Trait Implementations§
impl Freeze for CreditAssetType
impl RefUnwindSafe for CreditAssetType
impl Send for CreditAssetType
impl Sync for CreditAssetType
impl Unpin for CreditAssetType
impl UnwindSafe for CreditAssetType
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