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

Gets the PERCENT-COMPLETE property.

Ranges between 0 - 100.

Set the DUE property

See CalendarDateTime for info how are different chrono types converted automatically.

Gets the DUE property

Set the COMPLETED property

Per RFC 5545, Section 3.8.2.1, this must be a date-time in UTC format.

Gets the COMPLETED property

Per RFC 5545, Section 3.8.2.1, this must be a date-time in UTC format.

Defines the overall status or confirmation

Gets the overall status.

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

Gets the value of a property.

Writes Component using std::fmt.

Serializes this component into rfc5545 again Read more

Serializes this component into rfc5545 again

Construct and append a Property

Construct and append a Property

Gets the DTSTAMP property.

Gets the DTSTART Property

Gets the DTEND Property

Set the DTSTART Property and DTEND Property, date only Read more

Defines the relative priority. Read more

Gets the relative priority. Read more

Prints to stdout

Set the summary

Gets the summary

Set the description

Gets the description

Set the LOCATION 3.8.1.7. Location Read more

Gets the location

Set the LOCATION with a VVENUE UID iCalender venue draft Read more

Set the UID

Gets the UID

Set the visibility class

Gets the visibility class

Sets the URL.

Gets the URL.

Formats the value using the given formatter. Read more

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

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.