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