Struct hyper_scripter_historian::LastTimeRecord
source · pub struct LastTimeRecord {
pub script_id: i64,
pub exec_time: Option<NaiveDateTime>,
pub exec_done_time: Option<NaiveDateTime>,
pub humble_time: Option<NaiveDateTime>,
}Fields§
§script_id: i64§exec_time: Option<NaiveDateTime>§exec_done_time: Option<NaiveDateTime>§humble_time: Option<NaiveDateTime>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LastTimeRecord
impl Send for LastTimeRecord
impl Sync for LastTimeRecord
impl Unpin for LastTimeRecord
impl UnwindSafe for LastTimeRecord
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