Struct easyfix_messages::groups::NestedParties4
source · [−]pub struct NestedParties4 {
pub nested_4_party_id: Option<FixString>,
pub nested_4_party_id_source: Option<Char>,
pub nested_4_party_role: Option<Int>,
pub nstd_ptys_4_sub_grp: Option<Vec<NstdPtys4SubGrp>>,
}Fields
nested_4_party_id: Option<FixString>nested_4_party_id_source: Option<Char>nested_4_party_role: Option<Int>nstd_ptys_4_sub_grp: Option<Vec<NstdPtys4SubGrp>>Trait Implementations
sourceimpl Clone for NestedParties4
impl Clone for NestedParties4
sourcefn clone(&self) -> NestedParties4
fn clone(&self) -> NestedParties4
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 NestedParties4
impl Send for NestedParties4
impl Sync for NestedParties4
impl Unpin for NestedParties4
impl UnwindSafe for NestedParties4
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