Struct google_calendar::types::EntryPoint [−][src]
pub struct EntryPoint {
pub access_code: String,
pub entry_point_features: Vec<String>,
pub entry_point_type: String,
pub label: String,
pub meeting_code: String,
pub passcode: String,
pub password: String,
pub pin: String,
pub region_code: String,
pub uri: String,
}Fields
access_code: StringETag of the collection.
entry_point_features: Vec<String>The types of conference solutions that are supported for this calendar. The possible values are:
- “eventHangout”
- “eventNamedHangout”
- “hangoutsMeet” Optional.
entry_point_type: StringETag of the collection.
label: StringETag of the collection.
meeting_code: StringETag of the collection.
passcode: StringETag of the collection.
password: StringETag of the collection.
pin: StringETag of the collection.
region_code: StringETag of the collection.
uri: StringETag of the collection.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EntryPoint
impl Send for EntryPoint
impl Sync for EntryPoint
impl Unpin for EntryPoint
impl UnwindSafe for EntryPoint
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more