pub struct RiskLimit { /* private fields */ }Expand description
A simple numeric risk limit threshold.
Implementations§
Trait Implementations§
impl StructuralPartialEq for RiskLimit
Auto Trait Implementations§
impl Freeze for RiskLimit
impl RefUnwindSafe for RiskLimit
impl Send for RiskLimit
impl Sync for RiskLimit
impl Unpin for RiskLimit
impl UnsafeUnpin for RiskLimit
impl UnwindSafe for RiskLimit
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