pub enum GridSide {
Buy,
Sell,
}Expand description
Side of a grid line order.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GridSide
impl<'de> Deserialize<'de> for GridSide
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
impl StructuralPartialEq for GridSide
Auto Trait Implementations§
impl Freeze for GridSide
impl RefUnwindSafe for GridSide
impl Send for GridSide
impl Sync for GridSide
impl Unpin for GridSide
impl UnsafeUnpin for GridSide
impl UnwindSafe for GridSide
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