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