pub struct Profit {
pub order: i64,
pub order2: i64,
pub position: i64,
pub profit: f64,
}Fields§
§order: i64§order2: i64§position: i64§profit: f64Trait Implementations§
source§impl<'de> Deserialize<'de> for Profit
impl<'de> Deserialize<'de> for Profit
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 RefUnwindSafe for Profit
impl Send for Profit
impl Sync for Profit
impl Unpin for Profit
impl UnwindSafe for Profit
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