pub enum Leverage {
Two,
Three,
Four,
Five,
}Expand description
Amount of leverage to be used when placing an order
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leverage
impl RefUnwindSafe for Leverage
impl Send for Leverage
impl Sync for Leverage
impl Unpin for Leverage
impl UnwindSafe for Leverage
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