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