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