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