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