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