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