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