Struct easyfix_messages::groups::SecTypesGrp
source · [−]pub struct SecTypesGrp {
pub security_type: Option<SecurityType>,
pub security_sub_type: Option<FixString>,
pub product: Option<Product>,
pub cfi_code: Option<FixString>,
pub transact_time: Option<UtcTimestamp>,
}Fields
security_type: Option<SecurityType>security_sub_type: Option<FixString>product: Option<Product>cfi_code: Option<FixString>transact_time: Option<UtcTimestamp>Trait Implementations
sourceimpl Clone for SecTypesGrp
impl Clone for SecTypesGrp
sourcefn clone(&self) -> SecTypesGrp
fn clone(&self) -> SecTypesGrp
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 SecTypesGrp
impl Send for SecTypesGrp
impl Sync for SecTypesGrp
impl Unpin for SecTypesGrp
impl UnwindSafe for SecTypesGrp
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