Struct event_web::OptionEvent [−][src]
pub struct OptionEvent { /* fields omitted */ }Methods
impl OptionEvent[src]
impl OptionEventpub fn missing_keys(&self) -> Vec<&'static str>[src]
pub fn missing_keys(&self) -> Vec<&'static str>Trait Implementations
impl Clone for OptionEvent[src]
impl Clone for OptionEventfn clone(&self) -> OptionEvent[src]
fn clone(&self) -> OptionEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OptionEvent[src]
impl Debug for OptionEventAuto Trait Implementations
impl Send for OptionEvent
impl Send for OptionEventimpl Sync for OptionEvent
impl Sync for OptionEvent