pub struct MemberIdentification3Choice {
pub bicfi: Option<String>,
pub clr_sys_mmb_id: Option<ClearingSystemMemberIdentification2>,
pub othr: Option<GenericFinancialIdentification1>,
}Fields§
§bicfi: Option<String>§clr_sys_mmb_id: Option<ClearingSystemMemberIdentification2>§othr: Option<GenericFinancialIdentification1>Implementations§
Source§impl MemberIdentification3Choice
impl MemberIdentification3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MemberIdentification3Choice
impl RefUnwindSafe for MemberIdentification3Choice
impl Send for MemberIdentification3Choice
impl Sync for MemberIdentification3Choice
impl Unpin for MemberIdentification3Choice
impl UnwindSafe for MemberIdentification3Choice
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