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