Enum icalendar::EventStatus [] [src]

pub enum EventStatus {
    Tentative,
    Confirmed,
    Cancelled,
}

Encodes the status of an Event

Variants

Indicates event is tentative.

Indicates event is definite.

Indicates event was cancelled.

Trait Implementations

impl Copy for EventStatus
[src]

impl Clone for EventStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventStatus
[src]

Formats the value using the given formatter.

impl Into<Property> for EventStatus
[src]

Performs the conversion.