pub struct RiskManager { /* private fields */ }Expand description
Risk manager for validating orders against configured limits
Implementations§
Source§impl RiskManager
impl RiskManager
Auto Trait Implementations§
impl Freeze for RiskManager
impl RefUnwindSafe for RiskManager
impl Send for RiskManager
impl Sync for RiskManager
impl Unpin for RiskManager
impl UnwindSafe for RiskManager
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