pub struct Oso {
pub orders: Vec<OrderRequest>,
pub type: AdvancedOrderType,
}Expand description
Order Sends Orders
Fields§
§orders: Vec<OrderRequest>Other orders in the OSO
type: AdvancedOrderTypeThe type of OSO Order
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Oso
impl<'de> Deserialize<'de> for Oso
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 Oso
impl RefUnwindSafe for Oso
impl Send for Oso
impl Sync for Oso
impl Unpin for Oso
impl UnwindSafe for Oso
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