pub struct PosTransType;Expand description
PosTransType (709).
Implementations§
Source§impl PosTransType
impl PosTransType
pub const EXERCISE: i64 = 1
pub const DONOTEXERCISE: i64 = 2
pub const POSITIONADJUSTMENT: i64 = 3
pub const POSITIONCHANGESUBMISSIONMARGINDISPOSITION: i64 = 4
pub const PLEDGE: i64 = 5
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PosTransType
impl RefUnwindSafe for PosTransType
impl Send for PosTransType
impl Sync for PosTransType
impl Unpin for PosTransType
impl UnsafeUnpin for PosTransType
impl UnwindSafe for PosTransType
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