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