pub struct ExecType;Expand description
ExecType (150).
Implementations§
Source§impl ExecType
impl ExecType
pub const NEW: char = '0'
pub const DONE: char = '3'
pub const CANCELED: char = '4'
pub const REPLACED: char = '5'
pub const PENDINGCXL: char = '6'
pub const STOPPED: char = '7'
pub const REJECTED: char = '8'
pub const SUSPENDED: char = '9'
pub const PENDINGNEW: char = 'A'
pub const CALCULATED: char = 'B'
pub const EXPIRED: char = 'C'
pub const RESTATED: char = 'D'
pub const PENDINGREPLACE: char = 'E'
pub const TRADE: char = 'F'
pub const TRADECORRECT: char = 'G'
pub const TRADECANCEL: char = 'H'
pub const ORDERSTATUS: char = 'I'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecType
impl RefUnwindSafe for ExecType
impl Send for ExecType
impl Sync for ExecType
impl Unpin for ExecType
impl UnsafeUnpin for ExecType
impl UnwindSafe for ExecType
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