pub struct Account32 {
pub id: Option<String>,
pub acct_svcr: PartyIdentification125Choice,
}Fields§
§id: Option<String>§acct_svcr: PartyIdentification125ChoiceImplementations§
Auto Trait Implementations§
impl Freeze for Account32
impl RefUnwindSafe for Account32
impl Send for Account32
impl Sync for Account32
impl Unpin for Account32
impl UnwindSafe for Account32
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