Struct mailchimp_api::types::ECommerceOrderOutreach
source · pub struct ECommerceOrderOutreach {
pub id: String,
}Expand description
The outreach associated with this order. For example, an email campaign or Facebook ad.
Fields
id: StringThe outreach associated with this order. For example, an email campaign or Facebook ad.
Trait Implementations
sourceimpl Clone for ECommerceOrderOutreach
impl Clone for ECommerceOrderOutreach
sourcefn clone(&self) -> ECommerceOrderOutreach
fn clone(&self) -> ECommerceOrderOutreach
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 ECommerceOrderOutreach
impl Debug for ECommerceOrderOutreach
sourceimpl<'de> Deserialize<'de> for ECommerceOrderOutreach
impl<'de> Deserialize<'de> for ECommerceOrderOutreach
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 ECommerceOrderOutreach
impl JsonSchema for ECommerceOrderOutreach
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<ECommerceOrderOutreach> for ECommerceOrderOutreach
impl PartialEq<ECommerceOrderOutreach> for ECommerceOrderOutreach
sourcefn eq(&self, other: &ECommerceOrderOutreach) -> bool
fn eq(&self, other: &ECommerceOrderOutreach) -> bool
sourceimpl Serialize for ECommerceOrderOutreach
impl Serialize for ECommerceOrderOutreach
impl StructuralPartialEq for ECommerceOrderOutreach
Auto Trait Implementations
impl RefUnwindSafe for ECommerceOrderOutreach
impl Send for ECommerceOrderOutreach
impl Sync for ECommerceOrderOutreach
impl Unpin for ECommerceOrderOutreach
impl UnwindSafe for ECommerceOrderOutreach
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