pub struct NettingIdentification2Choice {
pub trad_pty: Option<PartyIdentification242Choice>,
pub netg_grp_id: Option<String>,
}Fields§
§trad_pty: Option<PartyIdentification242Choice>§netg_grp_id: Option<String>Implementations§
Source§impl NettingIdentification2Choice
impl NettingIdentification2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NettingIdentification2Choice
impl RefUnwindSafe for NettingIdentification2Choice
impl Send for NettingIdentification2Choice
impl Sync for NettingIdentification2Choice
impl Unpin for NettingIdentification2Choice
impl UnwindSafe for NettingIdentification2Choice
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