Struct hyper_scripter_historian::Event
source · pub struct Event<'a> {
pub data: EventData<'a>,
pub script_id: i64,
pub time: NaiveDateTime,
pub humble: bool,
}
Fields§
§data: EventData<'a>
§script_id: i64
§time: NaiveDateTime
§humble: bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Event<'a>
impl<'a> Send for Event<'a>
impl<'a> Sync for Event<'a>
impl<'a> Unpin for Event<'a>
impl<'a> UnwindSafe for Event<'a>
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