Struct google_calendar::types::ConferenceData [−][src]
pub struct ConferenceData {
pub conference_id: String,
pub conference_solution: Option<ConferenceSolution>,
pub create_request: Option<CreateConferenceRequest>,
pub entry_points: Vec<EntryPoint>,
pub notes: String,
pub parameters: Option<ConferenceParameters>,
pub signature: String,
}Fields
conference_id: StringETag of the collection.
conference_solution: Option<ConferenceSolution>create_request: Option<CreateConferenceRequest>entry_points: Vec<EntryPoint>Information about individual conference entry points, such as URLs or phone numbers. All of them must belong to the same conference. Either conferenceSolution and at least one entryPoint, or createRequest is required.
notes: StringETag of the collection.
parameters: Option<ConferenceParameters>signature: 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 ConferenceData
impl Send for ConferenceData
impl Sync for ConferenceData
impl Unpin for ConferenceData
impl UnwindSafe for ConferenceData
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more