pub struct MassStatusReqType;Expand description
MassStatusReqType (585).
Implementations§
Source§impl MassStatusReqType
impl MassStatusReqType
pub const STATUSSECURITY: i64 = 1
pub const STATUSUNDERLYINGSECURITY: i64 = 2
pub const STATUSPRODUCT: i64 = 3
pub const STATUSCFICODE: i64 = 4
pub const STATUSSECURITYTYPE: i64 = 5
pub const STATUSTRDSESSION: i64 = 6
pub const STATUSALLORDERS: i64 = 7
pub const STATUSPARTYID: i64 = 8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MassStatusReqType
impl RefUnwindSafe for MassStatusReqType
impl Send for MassStatusReqType
impl Sync for MassStatusReqType
impl Unpin for MassStatusReqType
impl UnsafeUnpin for MassStatusReqType
impl UnwindSafe for MassStatusReqType
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