pub enum AllowTrustOpAsset {
ASSET_TYPE_CREDIT_ALPHANUM4([u8; 4]),
ASSET_TYPE_CREDIT_ALPHANUM12([u8; 12]),
}Variants§
Trait Implementations§
Source§impl Clone for AllowTrustOpAsset
impl Clone for AllowTrustOpAsset
Source§fn clone(&self) -> AllowTrustOpAsset
fn clone(&self) -> AllowTrustOpAsset
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 AllowTrustOpAsset
impl Debug for AllowTrustOpAsset
Source§impl<Out: Write> Pack<Out> for AllowTrustOpAsset
impl<Out: Write> Pack<Out> for AllowTrustOpAsset
Source§impl PartialEq for AllowTrustOpAsset
impl PartialEq for AllowTrustOpAsset
Source§impl<In: Read> Unpack<In> for AllowTrustOpAsset
impl<In: Read> Unpack<In> for AllowTrustOpAsset
impl Copy for AllowTrustOpAsset
impl Eq for AllowTrustOpAsset
impl StructuralPartialEq for AllowTrustOpAsset
Auto Trait Implementations§
impl Freeze for AllowTrustOpAsset
impl RefUnwindSafe for AllowTrustOpAsset
impl Send for AllowTrustOpAsset
impl Sync for AllowTrustOpAsset
impl Unpin for AllowTrustOpAsset
impl UnwindSafe for AllowTrustOpAsset
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