Struct bybit::model::ClosedPnlResult
source · pub struct ClosedPnlResult {
pub next_page_cursor: Option<String>,
pub category: String,
pub list: Vec<ClosedPnlItem>,
}Fields§
§next_page_cursor: Option<String>§category: String§list: Vec<ClosedPnlItem>Trait Implementations§
source§impl Clone for ClosedPnlResult
impl Clone for ClosedPnlResult
source§fn clone(&self) -> ClosedPnlResult
fn clone(&self) -> ClosedPnlResult
Returns a copy 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 ClosedPnlResult
impl Debug for ClosedPnlResult
source§impl<'de> Deserialize<'de> for ClosedPnlResult
impl<'de> Deserialize<'de> for ClosedPnlResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ClosedPnlResult
impl RefUnwindSafe for ClosedPnlResult
impl Send for ClosedPnlResult
impl Sync for ClosedPnlResult
impl Unpin for ClosedPnlResult
impl UnwindSafe for ClosedPnlResult
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