pub struct AuthorityInvestigation2 {
pub tp: AuthorityRequestType1,
pub invstgtd_roles: InvestigatedParties1Choice,
pub addtl_invstgtd_pties: Option<InvestigatedParties1Choice>,
pub addtl_inf: Option<String>,
}Fields§
§tp: AuthorityRequestType1§invstgtd_roles: InvestigatedParties1Choice§addtl_invstgtd_pties: Option<InvestigatedParties1Choice>§addtl_inf: Option<String>Implementations§
Source§impl AuthorityInvestigation2
impl AuthorityInvestigation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AuthorityInvestigation2
impl RefUnwindSafe for AuthorityInvestigation2
impl Send for AuthorityInvestigation2
impl Sync for AuthorityInvestigation2
impl Unpin for AuthorityInvestigation2
impl UnwindSafe for AuthorityInvestigation2
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