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