pub struct NestedParties3 {
pub nested_3_party_id: Option<FixString>,
pub nested_3_party_id_source: Option<Char>,
pub nested_3_party_role: Option<Int>,
pub nstd_ptys_3_sub_grp: Option<Vec<NstdPtys3SubGrp>>,
}
Fields§
§nested_3_party_id: Option<FixString>
Tag 949.
nested_3_party_id_source: Option<Char>
Tag 950.
nested_3_party_role: Option<Int>
Tag 951.
nstd_ptys_3_sub_grp: Option<Vec<NstdPtys3SubGrp>>
Tag 952.
Trait Implementations§
Source§impl Clone for NestedParties3
impl Clone for NestedParties3
Source§fn clone(&self) -> NestedParties3
fn clone(&self) -> NestedParties3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NestedParties3
impl Debug for NestedParties3
Source§impl Default for NestedParties3
impl Default for NestedParties3
Source§fn default() -> NestedParties3
fn default() -> NestedParties3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NestedParties3
impl RefUnwindSafe for NestedParties3
impl Send for NestedParties3
impl Sync for NestedParties3
impl Unpin for NestedParties3
impl UnwindSafe for NestedParties3
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