pub struct CounterpartyIdentification12 {
pub id: PartyIdentification236Choice,
pub brnch: Option<Branch6Choice>,
pub ctry_cd: Option<String>,
}Fields§
§id: PartyIdentification236Choice§brnch: Option<Branch6Choice>§ctry_cd: Option<String>Implementations§
Source§impl CounterpartyIdentification12
impl CounterpartyIdentification12
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CounterpartyIdentification12
impl RefUnwindSafe for CounterpartyIdentification12
impl Send for CounterpartyIdentification12
impl Sync for CounterpartyIdentification12
impl Unpin for CounterpartyIdentification12
impl UnwindSafe for CounterpartyIdentification12
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