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