Struct zoom_api::types::QuestionDetails [−][src]
pub struct QuestionDetails {
pub answer: String,
pub date_time: Option<DateTime<Utc>>,
pub polling_id: String,
pub question: String,
}Fields
answer: StringUser’s first name.
date_time: Option<DateTime<Utc>>Account subscription start date and time.
polling_id: StringUser’s first name.
question: StringUser’s first name.
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
Auto Trait Implementations
impl RefUnwindSafe for QuestionDetails
impl Send for QuestionDetails
impl Sync for QuestionDetails
impl Unpin for QuestionDetails
impl UnwindSafe for QuestionDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more