pub struct XChainOwnedCreateAccountClaimID { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for XChainOwnedCreateAccountClaimID
impl Clone for XChainOwnedCreateAccountClaimID
Source§fn clone(&self) -> XChainOwnedCreateAccountClaimID
fn clone(&self) -> XChainOwnedCreateAccountClaimID
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 XChainOwnedCreateAccountClaimID
impl Eq for XChainOwnedCreateAccountClaimID
Source§impl LedgerObjectCommonFields for XChainOwnedCreateAccountClaimID
impl LedgerObjectCommonFields for XChainOwnedCreateAccountClaimID
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 XChainOwnedCreateAccountClaimID
Source§impl XChainOwnedCreateAccountClaimIDFields for XChainOwnedCreateAccountClaimID
impl XChainOwnedCreateAccountClaimIDFields for XChainOwnedCreateAccountClaimID
Source§fn xchain_bridge(&self) -> Result<[u8; 512]>
fn xchain_bridge(&self) -> Result<[u8; 512]>
The door accounts and assets of the bridge this object correlates to.
Raw bytes; XCHAIN_BRIDGE is not yet typed in Rust.
Source§fn xchain_account_create_count(&self) -> Result<u64>
fn xchain_account_create_count(&self) -> Result<u64>
An integer that determines the order that accounts created through cross-chain transfers
must be performed. Smaller numbers must execute before larger numbers.
Source§fn owner_node(&self) -> Result<u64>
fn owner_node(&self) -> Result<u64>
The OwnerNode field (Required).
Source§fn previous_txn_id(&self) -> Result<Hash256>
fn previous_txn_id(&self) -> Result<Hash256>
The PreviousTxnID field (Required).
Source§fn previous_txn_lgr_seq(&self) -> Result<u32>
fn previous_txn_lgr_seq(&self) -> Result<u32>
The PreviousTxnLgrSeq field (Required).
Auto Trait Implementations§
impl Freeze for XChainOwnedCreateAccountClaimID
impl RefUnwindSafe for XChainOwnedCreateAccountClaimID
impl Send for XChainOwnedCreateAccountClaimID
impl Sync for XChainOwnedCreateAccountClaimID
impl Unpin for XChainOwnedCreateAccountClaimID
impl UnsafeUnpin for XChainOwnedCreateAccountClaimID
impl UnwindSafe for XChainOwnedCreateAccountClaimID
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