pub struct Account23 {
pub acct_id: String,
pub rltd_acct_dtls: Option<GenericIdentification1>,
}Fields§
§acct_id: String§rltd_acct_dtls: Option<GenericIdentification1>Implementations§
Auto Trait Implementations§
impl Freeze for Account23
impl RefUnwindSafe for Account23
impl Send for Account23
impl Sync for Account23
impl Unpin for Account23
impl UnwindSafe for Account23
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