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