Enum mailchimp_api::types::TrackingCode
source · pub enum TrackingCode {
Prec,
Noop,
FallthroughString,
}Expand description
The Mailchimp tracking code for the order. Uses the ‘mc_tc’ parameter in E-Commerce tracking URLs.
Variants
Prec
Noop
FallthroughString
Implementations
sourceimpl TrackingCode
impl TrackingCode
Trait Implementations
sourceimpl Clone for TrackingCode
impl Clone for TrackingCode
sourcefn clone(&self) -> TrackingCode
fn clone(&self) -> TrackingCode
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 TrackingCode
impl Debug for TrackingCode
sourceimpl Default for TrackingCode
impl Default for TrackingCode
sourcefn default() -> TrackingCode
fn default() -> TrackingCode
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TrackingCode
impl<'de> Deserialize<'de> for TrackingCode
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 Display for TrackingCode
impl Display for TrackingCode
sourceimpl JsonSchema for TrackingCode
impl JsonSchema for TrackingCode
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<TrackingCode> for TrackingCode
impl PartialEq<TrackingCode> for TrackingCode
sourcefn eq(&self, other: &TrackingCode) -> bool
fn eq(&self, other: &TrackingCode) -> bool
sourceimpl Serialize for TrackingCode
impl Serialize for TrackingCode
impl StructuralPartialEq for TrackingCode
Auto Trait Implementations
impl RefUnwindSafe for TrackingCode
impl Send for TrackingCode
impl Sync for TrackingCode
impl Unpin for TrackingCode
impl UnwindSafe for TrackingCode
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