Struct zoom_api::types::MeetingRegistrantQuestionsData [−][src]
pub struct MeetingRegistrantQuestionsData {
pub custom_questions: Vec<CustomQuestions>,
pub questions: Vec<MeetingRegistrantQuestions>,
}Expand description
Meeting Registrant Questions
Fields
custom_questions: Vec<CustomQuestions>Meeting Registrant Questions
questions: Vec<MeetingRegistrantQuestions>Meeting Registrant Questions
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 Send for MeetingRegistrantQuestionsData
impl Sync for MeetingRegistrantQuestionsData
impl Unpin for MeetingRegistrantQuestionsData
impl UnwindSafe for MeetingRegistrantQuestionsData
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more