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