Struct zoom_api::types::Registrant [−][src]
pub struct Registrant {Show 17 fields
pub address: String,
pub city: String,
pub comments: String,
pub country: String,
pub custom_questions: Vec<CustomQuestion>,
pub email: String,
pub first_name: String,
pub industry: String,
pub job_title: String,
pub last_name: String,
pub no_of_employees: String,
pub org: String,
pub phone: String,
pub purchasing_time_frame: String,
pub role_in_purchase_process: String,
pub state: String,
pub zip: String,
}Expand description
Registrant base object.
Fields
address: StringRegistrant base object.
city: StringRegistrant base object.
comments: StringRegistrant base object.
country: StringRegistrant base object.
custom_questions: Vec<CustomQuestion>Registrant base object.
email: StringUser’s first name.
first_name: StringUser’s first name.
industry: StringRegistrant base object.
job_title: StringRegistrant base object.
last_name: StringRegistrant base object.
no_of_employees: StringRegistrant base object.
org: StringRegistrant base object.
phone: StringRegistrant base object.
purchasing_time_frame: StringRegistrant base object.
role_in_purchase_process: StringRegistrant base object.
state: StringRegistrant base object.
zip: StringRegistrant base object.
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 Registrant
impl Send for Registrant
impl Sync for Registrant
impl Unpin for Registrant
impl UnwindSafe for Registrant
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more