pub struct WalletNftsParams {
pub page: PageParams,
}Expand description
Query parameters for per-wallet balance and NFT endpoints.
Fields§
§page: PageParamsPagination parameters.
Trait Implementations§
Source§impl Clone for WalletNftsParams
impl Clone for WalletNftsParams
Source§fn clone(&self) -> WalletNftsParams
fn clone(&self) -> WalletNftsParams
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 WalletNftsParams
impl Debug for WalletNftsParams
Source§impl Default for WalletNftsParams
impl Default for WalletNftsParams
Source§fn default() -> WalletNftsParams
fn default() -> WalletNftsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WalletNftsParams
impl RefUnwindSafe for WalletNftsParams
impl Send for WalletNftsParams
impl Sync for WalletNftsParams
impl Unpin for WalletNftsParams
impl UnsafeUnpin for WalletNftsParams
impl UnwindSafe for WalletNftsParams
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