pub struct FormQuestionOption {
pub key: String,
pub value: String,
}Available on crate feature
ad-manager only.Expand description
FormQuestionOption from the GoHighLevel OpenAPI spec.
Fields§
§key: StringOption key Required by the API.
value: StringOption value Required by the API.
Trait Implementations§
Source§impl Clone for FormQuestionOption
impl Clone for FormQuestionOption
Source§fn clone(&self) -> FormQuestionOption
fn clone(&self) -> FormQuestionOption
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 FormQuestionOption
impl Debug for FormQuestionOption
Source§impl Default for FormQuestionOption
impl Default for FormQuestionOption
Source§fn default() -> FormQuestionOption
fn default() -> FormQuestionOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FormQuestionOption
impl<'de> Deserialize<'de> for FormQuestionOption
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 FormQuestionOption
impl RefUnwindSafe for FormQuestionOption
impl Send for FormQuestionOption
impl Sync for FormQuestionOption
impl Unpin for FormQuestionOption
impl UnsafeUnpin for FormQuestionOption
impl UnwindSafe for FormQuestionOption
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