pub struct NFTokenPage { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NFTokenPage
impl Clone for NFTokenPage
Source§fn clone(&self) -> NFTokenPage
fn clone(&self) -> NFTokenPage
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 NFTokenPage
Source§impl Debug for NFTokenPage
impl Debug for NFTokenPage
impl Eq for NFTokenPage
Source§impl LedgerObjectCommonFields for NFTokenPage
impl LedgerObjectCommonFields for NFTokenPage
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 NFTokenPageFields for NFTokenPage
impl NFTokenPageFields for NFTokenPage
Source§fn previous_page_min(&self) -> Result<Option<Hash256>>
fn previous_page_min(&self) -> Result<Option<Hash256>>
The locator of the previous page, if any. Details about this field and how it should be used
are outlined below.
Source§fn next_page_min(&self) -> Result<Option<Hash256>>
fn next_page_min(&self) -> Result<Option<Hash256>>
The locator of the next page, if any. Details about this field and how it should be used are
outlined below.
Source§fn previous_txn_id(&self) -> Result<Hash256>
fn previous_txn_id(&self) -> Result<Hash256>
Identifies the transaction ID of the transaction that most recently modified this
NFTokenPage object.
Source§fn previous_txn_lgr_seq(&self) -> Result<u32>
fn previous_txn_lgr_seq(&self) -> Result<u32>
The sequence of the ledger that contains the transaction that most recently modified this
NFTokenPage object.
Source§impl PartialEq for NFTokenPage
impl PartialEq for NFTokenPage
impl StructuralPartialEq for NFTokenPage
Auto Trait Implementations§
impl Freeze for NFTokenPage
impl RefUnwindSafe for NFTokenPage
impl Send for NFTokenPage
impl Sync for NFTokenPage
impl Unpin for NFTokenPage
impl UnsafeUnpin for NFTokenPage
impl UnwindSafe for NFTokenPage
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