pub struct ExecRestatementReason;Expand description
ExecRestatementReason (378).
Implementations§
Source§impl ExecRestatementReason
impl ExecRestatementReason
pub const GTCORPACT: i64 = 0
pub const GTRENEW: i64 = 1
pub const WAREHOUSERECAP: i64 = 10
pub const VERBAL: i64 = 2
pub const REPX: i64 = 3
pub const BRKROPT: i64 = 4
pub const PARTDEC: i64 = 5
pub const CXLTRADINGHALT: i64 = 6
pub const CXLSYSTEMFAILURE: i64 = 7
pub const MRKTOPTION: i64 = 8
pub const CANCELEDNOTBEST: i64 = 9
pub const OTHER: i64 = 99
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecRestatementReason
impl RefUnwindSafe for ExecRestatementReason
impl Send for ExecRestatementReason
impl Sync for ExecRestatementReason
impl Unpin for ExecRestatementReason
impl UnsafeUnpin for ExecRestatementReason
impl UnwindSafe for ExecRestatementReason
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