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