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