pub struct UnderlyingLegSecurityAltIdGrp {
pub underlying_leg_security_alt_id: Option<FixString>,
pub underlying_leg_security_alt_id_source: Option<FixString>,
}Fields
underlying_leg_security_alt_id: Option<FixString>underlying_leg_security_alt_id_source: Option<FixString>Trait Implementations
sourceimpl Clone for UnderlyingLegSecurityAltIdGrp
impl Clone for UnderlyingLegSecurityAltIdGrp
sourcefn clone(&self) -> UnderlyingLegSecurityAltIdGrp
fn clone(&self) -> UnderlyingLegSecurityAltIdGrp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for UnderlyingLegSecurityAltIdGrp
impl Send for UnderlyingLegSecurityAltIdGrp
impl Sync for UnderlyingLegSecurityAltIdGrp
impl Unpin for UnderlyingLegSecurityAltIdGrp
impl UnwindSafe for UnderlyingLegSecurityAltIdGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more