Struct mailchimp_api::types::FacebookAdsFeedback
source · pub struct FacebookAdsFeedback {
pub audience: String,
pub budget: String,
pub compliance: String,
pub content: String,
}Expand description
Check if this ad is connected to a facebook page
Fields
audience: StringCheck if this ad is connected to a facebook page
budget: StringCheck if this ad is connected to a facebook page
compliance: StringCheck if this ad is connected to a facebook page
content: StringCheck if this ad is connected to a facebook page
Trait Implementations
sourceimpl Clone for FacebookAdsFeedback
impl Clone for FacebookAdsFeedback
sourcefn clone(&self) -> FacebookAdsFeedback
fn clone(&self) -> FacebookAdsFeedback
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FacebookAdsFeedback
impl Debug for FacebookAdsFeedback
sourceimpl<'de> Deserialize<'de> for FacebookAdsFeedback
impl<'de> Deserialize<'de> for FacebookAdsFeedback
sourcefn 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
sourceimpl JsonSchema for FacebookAdsFeedback
impl JsonSchema for FacebookAdsFeedback
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<FacebookAdsFeedback> for FacebookAdsFeedback
impl PartialEq<FacebookAdsFeedback> for FacebookAdsFeedback
sourcefn eq(&self, other: &FacebookAdsFeedback) -> bool
fn eq(&self, other: &FacebookAdsFeedback) -> bool
sourceimpl Serialize for FacebookAdsFeedback
impl Serialize for FacebookAdsFeedback
impl StructuralPartialEq for FacebookAdsFeedback
Auto Trait Implementations
impl RefUnwindSafe for FacebookAdsFeedback
impl Send for FacebookAdsFeedback
impl Sync for FacebookAdsFeedback
impl Unpin for FacebookAdsFeedback
impl UnwindSafe for FacebookAdsFeedback
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more