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