Struct nettu_scheduler_domain::CalendarEvent[][src]

pub struct CalendarEvent {
Show 15 fields pub id: ID, pub start_ts: i64, pub duration: i64, pub busy: bool, pub end_ts: i64, pub created: i64, pub updated: i64, pub recurrence: Option<RRuleOptions>, pub exdates: Vec<i64>, pub calendar_id: ID, pub user_id: ID, pub account_id: ID, pub reminders: Vec<CalendarEventReminder>, pub service_id: Option<ID>, pub metadata: Metadata,
}

Fields

id: IDstart_ts: i64duration: i64busy: boolend_ts: i64created: i64updated: i64recurrence: Option<RRuleOptions>exdates: Vec<i64>calendar_id: IDuser_id: IDaccount_id: IDreminders: Vec<CalendarEventReminder>service_id: Option<ID>metadata: Metadata

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Retrieves the account_id associated with this entity, which is useful to know when querying on the metadata Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.