pub struct DepositPreauth { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DepositPreauth
impl Clone for DepositPreauth
Source§fn clone(&self) -> DepositPreauth
fn clone(&self) -> DepositPreauth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DepositPreauth
Source§impl Debug for DepositPreauth
impl Debug for DepositPreauth
Source§impl DepositPreauthFields for DepositPreauth
impl DepositPreauthFields for DepositPreauth
Source§fn account(&self) -> Result<AccountID>
fn account(&self) -> Result<AccountID>
The account that granted the preauthorization. (The destination of the preauthorized
payments.)
The account that received the preauthorization. (The sender of the preauthorized payments.)
Source§fn owner_node(&self) -> Result<u64>
fn owner_node(&self) -> Result<u64>
A hint indicating which page of the sender’s owner directory links to this object, in case
the directory consists of multiple pages. Note: The object does not contain a direct link to
the owner directory containing it, since that value can be derived from the
Account.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 DepositPreauth
Source§impl LedgerObjectCommonFields for DepositPreauth
impl LedgerObjectCommonFields for DepositPreauth
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
Source§impl PartialEq for DepositPreauth
impl PartialEq for DepositPreauth
impl StructuralPartialEq for DepositPreauth
Auto Trait Implementations§
impl Freeze for DepositPreauth
impl RefUnwindSafe for DepositPreauth
impl Send for DepositPreauth
impl Sync for DepositPreauth
impl Unpin for DepositPreauth
impl UnsafeUnpin for DepositPreauth
impl UnwindSafe for DepositPreauth
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