pub struct SystemEvent3 {
pub tp: SystemEventType4Choice,
pub schdld_tm: String,
pub fctv_tm: Option<String>,
pub start_tm: Option<String>,
pub end_tm: Option<String>,
}Fields§
§tp: SystemEventType4Choice§schdld_tm: String§fctv_tm: Option<String>§start_tm: Option<String>§end_tm: Option<String>Implementations§
Source§impl SystemEvent3
impl SystemEvent3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemEvent3
impl RefUnwindSafe for SystemEvent3
impl Send for SystemEvent3
impl Sync for SystemEvent3
impl Unpin for SystemEvent3
impl UnwindSafe for SystemEvent3
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