pub struct LeadFormFieldDTO {
pub input_type: String,
pub single_choice_answers: Vec<String>,
}Available on crate feature
ad-manager only.Expand description
LeadFormFieldDTO from the GoHighLevel OpenAPI spec.
Fields§
§input_type: StringField input type from Google Ads LeadFormFieldUserInputType Required by the API.
single_choice_answers: Vec<String>Single-choice answer options for the field
Trait Implementations§
Source§impl Clone for LeadFormFieldDTO
impl Clone for LeadFormFieldDTO
Source§fn clone(&self) -> LeadFormFieldDTO
fn clone(&self) -> LeadFormFieldDTO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LeadFormFieldDTO
impl Debug for LeadFormFieldDTO
Source§impl Default for LeadFormFieldDTO
impl Default for LeadFormFieldDTO
Source§fn default() -> LeadFormFieldDTO
fn default() -> LeadFormFieldDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LeadFormFieldDTO
impl<'de> Deserialize<'de> for LeadFormFieldDTO
Source§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 Freeze for LeadFormFieldDTO
impl RefUnwindSafe for LeadFormFieldDTO
impl Send for LeadFormFieldDTO
impl Sync for LeadFormFieldDTO
impl Unpin for LeadFormFieldDTO
impl UnsafeUnpin for LeadFormFieldDTO
impl UnwindSafe for LeadFormFieldDTO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more