pub struct SideMultiLegReportingType;Expand description
SideMultiLegReportingType (752).
Implementations§
Source§impl SideMultiLegReportingType
impl SideMultiLegReportingType
pub const SINGLESECURITY: i64 = 1
pub const INDIVIDUALLEGOFAMULTILEGSECURITY: i64 = 2
pub const MULTILEGSECURITY: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SideMultiLegReportingType
impl RefUnwindSafe for SideMultiLegReportingType
impl Send for SideMultiLegReportingType
impl Sync for SideMultiLegReportingType
impl Unpin for SideMultiLegReportingType
impl UnsafeUnpin for SideMultiLegReportingType
impl UnwindSafe for SideMultiLegReportingType
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