Struct csml_engine::Event
source · pub struct Event {
pub content_type: String,
pub content_value: String,
pub content: Value,
pub ttl_duration: Option<i64>,
pub low_data_mode: Option<bool>,
pub step_limit: Option<usize>,
pub secure: bool,
}Fields
content_type: Stringcontent_value: Stringcontent: Valuettl_duration: Option<i64>low_data_mode: Option<bool>step_limit: Option<usize>secure: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnwindSafe for Event
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more