pub struct AccountIdentification26 {
pub prtry: SimpleIdentificationInformation4,
}Fields§
§prtry: SimpleIdentificationInformation4Implementations§
Source§impl AccountIdentification26
impl AccountIdentification26
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountIdentification26
impl RefUnwindSafe for AccountIdentification26
impl Send for AccountIdentification26
impl Sync for AccountIdentification26
impl Unpin for AccountIdentification26
impl UnwindSafe for AccountIdentification26
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