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>
Tag 1415.
nested_4_party_id_source: Option<Char>
Tag 1416.
nested_4_party_role: Option<Int>
Tag 1417.
nstd_ptys_4_sub_grp: Option<Vec<NstdPtys4SubGrp>>
Tag 1413.
Trait Implementations§
Source§impl Clone for NestedParties4
impl Clone for NestedParties4
Source§fn clone(&self) -> NestedParties4
fn clone(&self) -> NestedParties4
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 NestedParties4
impl Debug for NestedParties4
Source§impl Default for NestedParties4
impl Default for NestedParties4
Source§fn default() -> NestedParties4
fn default() -> NestedParties4
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NestedParties4
impl RefUnwindSafe for NestedParties4
impl Send for NestedParties4
impl Sync for NestedParties4
impl Unpin for NestedParties4
impl UnwindSafe for NestedParties4
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