pub struct PredictionWalletPnlResponse { /* private fields */ }Implementations§
Source§impl PredictionWalletPnlResponse
impl PredictionWalletPnlResponse
pub fn cursor<T>(self, value: T) -> Self
pub fn daily_pnls<T>(self, value: T) -> Self
pub fn limit<T>(self, value: T) -> Self
pub fn order<T>(self, value: T) -> Self
pub fn sort_by<T>(self, value: T) -> Self
pub fn summary<T>(self, value: T) -> Self
pub fn tokens<T>(self, value: T) -> Self
pub fn tag<T>(self, value: T) -> Self
pub fn wallet<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PredictionWalletPnlResponse
impl Clone for PredictionWalletPnlResponse
Source§fn clone(&self) -> PredictionWalletPnlResponse
fn clone(&self) -> PredictionWalletPnlResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PredictionWalletPnlResponse
impl Debug for PredictionWalletPnlResponse
Source§impl From<PredictionWalletPnlResponse> for PredictionWalletPnlResponse
impl From<PredictionWalletPnlResponse> for PredictionWalletPnlResponse
Source§fn from(value: PredictionWalletPnlResponse) -> Self
fn from(value: PredictionWalletPnlResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PredictionWalletPnlResponse> for PredictionWalletPnlResponse
impl TryFrom<PredictionWalletPnlResponse> for PredictionWalletPnlResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PredictionWalletPnlResponse) -> Result<Self, ConversionError>
fn try_from(value: PredictionWalletPnlResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PredictionWalletPnlResponse
impl RefUnwindSafe for PredictionWalletPnlResponse
impl Send for PredictionWalletPnlResponse
impl Sync for PredictionWalletPnlResponse
impl Unpin for PredictionWalletPnlResponse
impl UnsafeUnpin for PredictionWalletPnlResponse
impl UnwindSafe for PredictionWalletPnlResponse
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