pub struct Delegate { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Delegate
Source§impl DelegateFields for Delegate
impl DelegateFields for Delegate
Source§fn account(&self) -> Result<AccountID>
fn account(&self) -> Result<AccountID>
The account delegating permissions to another, also called the delegating account.
The account receiving permissions, also called the delegate.
Source§fn owner_node(&self) -> Result<u64>
fn owner_node(&self) -> Result<u64>
A hint indicating which page of the delegating account’s owner directory links to this
object, in case the directory consists of multiple pages.
Source§fn destination_node(&self) -> Result<Option<u64>>
fn destination_node(&self) -> Result<Option<u64>>
A hint indicating which page of the delegate’s owner directory links to this object, in case
the directory consists of multiple pages.
Source§fn previous_txn_id(&self) -> Result<Hash256>
fn previous_txn_id(&self) -> Result<Hash256>
The identifying hash of the transaction that most recently modified this object.
Source§fn previous_txn_lgr_seq(&self) -> Result<u32>
fn previous_txn_lgr_seq(&self) -> Result<u32>
The index of the ledger that contains the transaction that most recently modified this
object.
impl Eq for Delegate
Source§impl LedgerObjectCommonFields for Delegate
impl LedgerObjectCommonFields for Delegate
Source§fn get_slot_num(&self) -> i32
fn get_slot_num(&self) -> i32
Returns the slot number (register number) where the ledger object is stored. Read more
Source§fn path(&self) -> LedgerPathBuilder
fn path(&self) -> LedgerPathBuilder
Starts a nested-field path rooted at this ledger object, read through its slot. Read more
impl StructuralPartialEq for Delegate
Auto Trait Implementations§
impl Freeze for Delegate
impl RefUnwindSafe for Delegate
impl Send for Delegate
impl Sync for Delegate
impl Unpin for Delegate
impl UnsafeUnpin for Delegate
impl UnwindSafe for Delegate
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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