pub struct PageResponseWalletTransfer { /* private fields */ }Implementations§
Source§impl PageResponseWalletTransfer
impl PageResponseWalletTransfer
pub fn data<T>(self, value: T) -> Self
pub fn end_cursor<T>(self, value: T) -> Self
pub fn has_next<T>(self, value: T) -> Self
pub fn has_prev<T>(self, value: T) -> Self
pub fn start_cursor<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PageResponseWalletTransfer
impl Clone for PageResponseWalletTransfer
Source§fn clone(&self) -> PageResponseWalletTransfer
fn clone(&self) -> PageResponseWalletTransfer
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 PageResponseWalletTransfer
impl Debug for PageResponseWalletTransfer
Source§impl Default for PageResponseWalletTransfer
impl Default for PageResponseWalletTransfer
Source§impl From<PageResponseWalletTransfer> for PageResponseWalletTransfer
impl From<PageResponseWalletTransfer> for PageResponseWalletTransfer
Source§fn from(value: PageResponseWalletTransfer) -> Self
fn from(value: PageResponseWalletTransfer) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PageResponseWalletTransfer> for PageResponseWalletTransfer
impl TryFrom<PageResponseWalletTransfer> for PageResponseWalletTransfer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PageResponseWalletTransfer) -> Result<Self, ConversionError>
fn try_from(value: PageResponseWalletTransfer) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PageResponseWalletTransfer
impl RefUnwindSafe for PageResponseWalletTransfer
impl Send for PageResponseWalletTransfer
impl Sync for PageResponseWalletTransfer
impl Unpin for PageResponseWalletTransfer
impl UnsafeUnpin for PageResponseWalletTransfer
impl UnwindSafe for PageResponseWalletTransfer
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