pub struct ShortSaleReason;Expand description
ShortSaleReason (853).
Implementations§
Source§impl ShortSaleReason
impl ShortSaleReason
pub const DEALERSOLDSHORT: i64 = 0
pub const DEALERSOLDSHORTEXEMPT: i64 = 1
pub const SELLINGCUSTOMERSOLDSHORT: i64 = 2
pub const SELLINGCUSTOMERSOLDSHORTEXEMPT: i64 = 3
pub const QSRORAGUCONTRASIDESOLDSHORT: i64 = 4
pub const QSRORAGUCONTRASIDESOLDSHORTEXEMPT: i64 = 5
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShortSaleReason
impl RefUnwindSafe for ShortSaleReason
impl Send for ShortSaleReason
impl Sync for ShortSaleReason
impl Unpin for ShortSaleReason
impl UnsafeUnpin for ShortSaleReason
impl UnwindSafe for ShortSaleReason
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