pub enum EmailClientSegmentField {
EmailClient,
Noop,
FallthroughString,
}Expand description
Segment by use of a particular email client.
Variants
EmailClient
Noop
FallthroughString
Implementations
Trait Implementations
sourceimpl Clone for EmailClientSegmentField
impl Clone for EmailClientSegmentField
sourcefn clone(&self) -> EmailClientSegmentField
fn clone(&self) -> EmailClientSegmentField
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 EmailClientSegmentField
impl Debug for EmailClientSegmentField
sourceimpl Default for EmailClientSegmentField
impl Default for EmailClientSegmentField
sourcefn default() -> EmailClientSegmentField
fn default() -> EmailClientSegmentField
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EmailClientSegmentField
impl<'de> Deserialize<'de> for EmailClientSegmentField
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 EmailClientSegmentField
impl Display for EmailClientSegmentField
sourceimpl JsonSchema for EmailClientSegmentField
impl JsonSchema for EmailClientSegmentField
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<EmailClientSegmentField> for EmailClientSegmentField
impl PartialEq<EmailClientSegmentField> for EmailClientSegmentField
sourcefn eq(&self, other: &EmailClientSegmentField) -> bool
fn eq(&self, other: &EmailClientSegmentField) -> bool
sourceimpl Serialize for EmailClientSegmentField
impl Serialize for EmailClientSegmentField
impl StructuralPartialEq for EmailClientSegmentField
Auto Trait Implementations
impl RefUnwindSafe for EmailClientSegmentField
impl Send for EmailClientSegmentField
impl Sync for EmailClientSegmentField
impl Unpin for EmailClientSegmentField
impl UnwindSafe for EmailClientSegmentField
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