Enum mailchimp_api::types::OutreachStatus
source · pub enum OutreachStatus {
Show 19 variants
Active,
Canceled,
Canceling,
Completed,
Disconnected,
Draft,
PartialRejected,
Paused,
Pending,
Published,
Rejected,
Save,
Schedule,
Sending,
Sent,
Somepaused,
Unpublished,
Noop,
FallthroughString,
}Expand description
Campaign, Ad, or Page status
Variants
Active
Canceled
Canceling
Completed
Disconnected
Draft
PartialRejected
Paused
Pending
Published
Rejected
Save
Schedule
Sending
Sent
Somepaused
Unpublished
Noop
FallthroughString
Implementations
sourceimpl OutreachStatus
impl OutreachStatus
Trait Implementations
sourceimpl Clone for OutreachStatus
impl Clone for OutreachStatus
sourcefn clone(&self) -> OutreachStatus
fn clone(&self) -> OutreachStatus
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 OutreachStatus
impl Debug for OutreachStatus
sourceimpl Default for OutreachStatus
impl Default for OutreachStatus
sourcefn default() -> OutreachStatus
fn default() -> OutreachStatus
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for OutreachStatus
impl<'de> Deserialize<'de> for OutreachStatus
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 OutreachStatus
impl Display for OutreachStatus
sourceimpl JsonSchema for OutreachStatus
impl JsonSchema for OutreachStatus
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<OutreachStatus> for OutreachStatus
impl PartialEq<OutreachStatus> for OutreachStatus
sourcefn eq(&self, other: &OutreachStatus) -> bool
fn eq(&self, other: &OutreachStatus) -> bool
sourceimpl Serialize for OutreachStatus
impl Serialize for OutreachStatus
impl StructuralPartialEq for OutreachStatus
Auto Trait Implementations
impl RefUnwindSafe for OutreachStatus
impl Send for OutreachStatus
impl Sync for OutreachStatus
impl Unpin for OutreachStatus
impl UnwindSafe for OutreachStatus
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