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