pub struct Venue { /* private fields */ }
Expand description

VVENUE (ical-venue)

Implementations

Creates a new Venue.

End of builder pattern. copies over everything

Set the STREET-ADDRESS Property

This specifies the street address of a location. If the location requires a multiple-line address, they may be separated by an encoded newline “\n”.

Gets the value of the STREET-ADDRESS Property.

Set the EXTENDED-ADDRESS Property

This property provides the opportunity to include extended address information for a location. This property may be used to give additional information about an address that is not usually considered part of the street address. If the location requires a multiple-line address, they may be separated by an encoded newline “\n”.

Gets the value of the EXTENDED-ADDRESS Property.

Set the LOCALITY Property

This specifies the city or locality of a venue.

Gets the value of the LOCALITY Property.

Set the REGION Property

This specifies the region (state, province, canton, etc.) of a location.

Gets the value of the REGION Property.

Set the COUNTRY Property

This specifies the country of a location.

Gets the value of the COUNTRY Property.

Set the POSTAL-CODE Property

This specifies the postal code of a location.

Gets the value of the POSTAL-CODE Property.

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.