Struct event_web::Event[][src]

pub struct Event { /* fields omitted */ }

Methods

impl Event
[src]

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

impl From<Event> for CreateEvent
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Event

impl Sync for Event