Struct event_web::CreateEvent[][src]

pub struct CreateEvent {
    pub title: String,
    pub description: String,
    pub start_year: i32,
    pub start_month: u32,
    pub start_day: u32,
    pub start_hour: u32,
    pub start_minute: u32,
    pub end_year: i32,
    pub end_month: u32,
    pub end_day: u32,
    pub end_hour: u32,
    pub end_minute: u32,
    pub timezone: String,
}

Fields

Methods

impl CreateEvent
[src]

Trait Implementations

impl From<Event> for CreateEvent
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for CreateEvent

impl Sync for CreateEvent