pub enum PanicCloseMode {
Market,
AggressiveLimit,
}Expand description
Determines how the orchestrator unwinds partially filled execution groups.
Variants§
Trait Implementations§
Source§impl Clone for PanicCloseMode
impl Clone for PanicCloseMode
Source§fn clone(&self) -> PanicCloseMode
fn clone(&self) -> PanicCloseMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PanicCloseMode
impl Debug for PanicCloseMode
Source§impl Default for PanicCloseMode
impl Default for PanicCloseMode
Source§fn default() -> PanicCloseMode
fn default() -> PanicCloseMode
Returns the “default value” for a type. Read more
impl Copy for PanicCloseMode
Auto Trait Implementations§
impl Freeze for PanicCloseMode
impl RefUnwindSafe for PanicCloseMode
impl Send for PanicCloseMode
impl Sync for PanicCloseMode
impl Unpin for PanicCloseMode
impl UnwindSafe for PanicCloseMode
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