pub struct MassCancelRequestType;Expand description
MassCancelRequestType (530).
Implementations§
Source§impl MassCancelRequestType
impl MassCancelRequestType
pub const CXLORDERSSECURITY: char = '1'
pub const CXLORDERSUNDERLYINGSECURITY: char = '2'
pub const CXLORDERSPRODUCT: char = '3'
pub const CXLORDERSCFICODE: char = '4'
pub const CXLORDERSSECURITYTYPE: char = '5'
pub const CXLORDERSTRDSESSION: char = '6'
pub const CXLALLORDERS: char = '7'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MassCancelRequestType
impl RefUnwindSafe for MassCancelRequestType
impl Send for MassCancelRequestType
impl Sync for MassCancelRequestType
impl Unpin for MassCancelRequestType
impl UnsafeUnpin for MassCancelRequestType
impl UnwindSafe for MassCancelRequestType
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