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