pub struct AllowTrustOp {
pub trustor: AccountID,
pub asset: AllowTrustOpAsset,
pub authorize: bool,
}
Fields§
§trustor: AccountID
§asset: AllowTrustOpAsset
Trait Implementations§
Source§impl Clone for AllowTrustOp
impl Clone for AllowTrustOp
Source§fn clone(&self) -> AllowTrustOp
fn clone(&self) -> AllowTrustOp
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 AllowTrustOp
impl Debug for AllowTrustOp
Source§impl<Out: Write> Pack<Out> for AllowTrustOp
impl<Out: Write> Pack<Out> for AllowTrustOp
Source§impl PartialEq for AllowTrustOp
impl PartialEq for AllowTrustOp
Source§impl<In: Read> Unpack<In> for AllowTrustOp
impl<In: Read> Unpack<In> for AllowTrustOp
impl Copy for AllowTrustOp
impl Eq for AllowTrustOp
impl StructuralPartialEq for AllowTrustOp
Auto Trait Implementations§
impl Freeze for AllowTrustOp
impl RefUnwindSafe for AllowTrustOp
impl Send for AllowTrustOp
impl Sync for AllowTrustOp
impl Unpin for AllowTrustOp
impl UnwindSafe for AllowTrustOp
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