Struct mailchimp_api::types::LandingPageReportEcommerce
source · pub struct LandingPageReportEcommerce {
pub average_order_revenue: f64,
pub currency_code: String,
pub total_orders: i64,
pub total_revenue: f64,
}
Fields
average_order_revenue: f64
The price of a product variant.
currency_code: String
The name of the folder.
total_orders: i64
The display order for interests.
total_revenue: f64
The price of a product variant.
Trait Implementations
sourceimpl Clone for LandingPageReportEcommerce
impl Clone for LandingPageReportEcommerce
sourcefn clone(&self) -> LandingPageReportEcommerce
fn clone(&self) -> LandingPageReportEcommerce
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 LandingPageReportEcommerce
impl Debug for LandingPageReportEcommerce
sourceimpl<'de> Deserialize<'de> for LandingPageReportEcommerce
impl<'de> Deserialize<'de> for LandingPageReportEcommerce
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 LandingPageReportEcommerce
impl JsonSchema for LandingPageReportEcommerce
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<LandingPageReportEcommerce> for LandingPageReportEcommerce
impl PartialEq<LandingPageReportEcommerce> for LandingPageReportEcommerce
sourcefn eq(&self, other: &LandingPageReportEcommerce) -> bool
fn eq(&self, other: &LandingPageReportEcommerce) -> bool
impl StructuralPartialEq for LandingPageReportEcommerce
Auto Trait Implementations
impl RefUnwindSafe for LandingPageReportEcommerce
impl Send for LandingPageReportEcommerce
impl Sync for LandingPageReportEcommerce
impl Unpin for LandingPageReportEcommerce
impl UnwindSafe for LandingPageReportEcommerce
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