pub struct NestedParties2 {
    pub nested_2_party_id: Option<Vec<u8, Global>>,
    pub nested_2_party_id_source: Option<u8>,
    pub nested_2_party_role: Option<i64>,
    pub nstd_ptys_2_sub_grp: Option<Vec<NstdPtys2SubGrp, Global>>,
}

Fields

nested_2_party_id: Option<Vec<u8, Global>>nested_2_party_id_source: Option<u8>nested_2_party_role: Option<i64>nstd_ptys_2_sub_grp: Option<Vec<NstdPtys2SubGrp, Global>>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.