pub struct InvestigationStatus2 {
pub sts: String,
pub sts_rsn: Option<InvestigationStatusReason1Choice>,
}Fields§
§sts: String§sts_rsn: Option<InvestigationStatusReason1Choice>Implementations§
Source§impl InvestigationStatus2
impl InvestigationStatus2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestigationStatus2
impl RefUnwindSafe for InvestigationStatus2
impl Send for InvestigationStatus2
impl Sync for InvestigationStatus2
impl Unpin for InvestigationStatus2
impl UnwindSafe for InvestigationStatus2
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