pub struct AccountAndParties3 {
pub id: CashAccount43,
pub invstgtd_pties: InvestigatedParties1Choice,
pub authrty_req_tp: Vec<AuthorityRequestType1>,
}Fields§
§id: CashAccount43§invstgtd_pties: InvestigatedParties1Choice§authrty_req_tp: Vec<AuthorityRequestType1>Implementations§
Source§impl AccountAndParties3
impl AccountAndParties3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountAndParties3
impl RefUnwindSafe for AccountAndParties3
impl Send for AccountAndParties3
impl Sync for AccountAndParties3
impl Unpin for AccountAndParties3
impl UnwindSafe for AccountAndParties3
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