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