Struct icalendar::Todo

source ·
pub struct Todo { /* private fields */ }
Expand description

Implementations

Creates a new Todo.

End of builder pattern. copies over everything

Set the PERCENT-COMPLETE Property

Ranges between 0 - 100

Set the COMPLETED Property, date only

Set the COMPLETED Property, date only

Defines the overall status or confirmation

Trait Implementations

Tells you what kind of Component this is

Might be VEVENT, VTODO, VALARM etc

Read-only access to properties

Read-only access to multi_properties

Adds a Property

Adds a Property of which there may be many

Writes Component into a Writer using std::fmt.
Guess what
Construct and append a Property
Construct and append a Property
Set the DTSTART Property
Set the DTEND Property
Set the DTSTART Property, date only
Set the DTEND Property, date only
Set the DTSTART Property, date only
Defines the relative priority. Read more
Prints to stdout
Set the summary
Set the description
Set the LOCATION 3.8.1.7. Location Read more
Set the UID
Set the visibility class
Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.