pub enum SideMultiLegReportingType {
SingleSecurity = 1,
IndividualLegOfAMultilegSecurity = 2,
MultilegSecurity = 3,
}Variants§
Implementations§
Source§impl SideMultiLegReportingType
impl SideMultiLegReportingType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SideMultiLegReportingType
impl Clone for SideMultiLegReportingType
Source§fn clone(&self) -> SideMultiLegReportingType
fn clone(&self) -> SideMultiLegReportingType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SideMultiLegReportingType
Source§impl Debug for SideMultiLegReportingType
impl Debug for SideMultiLegReportingType
impl Eq for SideMultiLegReportingType
Source§impl FromStr for SideMultiLegReportingType
impl FromStr for SideMultiLegReportingType
Source§impl Hash for SideMultiLegReportingType
impl Hash for SideMultiLegReportingType
Source§impl PartialEq for SideMultiLegReportingType
impl PartialEq for SideMultiLegReportingType
Source§fn eq(&self, other: &SideMultiLegReportingType) -> bool
fn eq(&self, other: &SideMultiLegReportingType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SideMultiLegReportingType
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