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