pub struct NoNestedPartyIDsNoNestedPartySubIDs(pub FieldMap);Expand description
Repeating group counted by NoNestedPartySubIDs (804). Set the delimiter field (545) first.
Tuple Fields§
§0: FieldMapImplementations§
Source§impl NoNestedPartyIDsNoNestedPartySubIDs
impl NoNestedPartyIDsNoNestedPartySubIDs
pub fn new() -> Self
pub fn nested_party_sub_id(&self) -> Result<String, ConversionError>
pub fn set_nested_party_sub_id(&mut self, v: impl Into<String>)
pub fn has_nested_party_sub_id(&self) -> bool
pub fn nested_party_sub_id_type(&self) -> Result<i64, ConversionError>
pub fn set_nested_party_sub_id_type(&mut self, v: i64)
pub fn has_nested_party_sub_id_type(&self) -> bool
Trait Implementations§
Source§impl Clone for NoNestedPartyIDsNoNestedPartySubIDs
impl Clone for NoNestedPartyIDsNoNestedPartySubIDs
Source§fn clone(&self) -> NoNestedPartyIDsNoNestedPartySubIDs
fn clone(&self) -> NoNestedPartyIDsNoNestedPartySubIDs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for NoNestedPartyIDsNoNestedPartySubIDs
impl Default for NoNestedPartyIDsNoNestedPartySubIDs
Source§fn default() -> NoNestedPartyIDsNoNestedPartySubIDs
fn default() -> NoNestedPartyIDsNoNestedPartySubIDs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoNestedPartyIDsNoNestedPartySubIDs
impl RefUnwindSafe for NoNestedPartyIDsNoNestedPartySubIDs
impl Send for NoNestedPartyIDsNoNestedPartySubIDs
impl Sync for NoNestedPartyIDsNoNestedPartySubIDs
impl Unpin for NoNestedPartyIDsNoNestedPartySubIDs
impl UnsafeUnpin for NoNestedPartyIDsNoNestedPartySubIDs
impl UnwindSafe for NoNestedPartyIDsNoNestedPartySubIDs
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