Enum mail_auth::report::ActionDisposition
source · pub enum ActionDisposition {
None,
Pass,
Quarantine,
Reject,
Unspecified,
}Variants§
Trait Implementations§
source§impl Clone for ActionDisposition
impl Clone for ActionDisposition
source§fn clone(&self) -> ActionDisposition
fn clone(&self) -> ActionDisposition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ActionDisposition
impl Debug for ActionDisposition
source§impl Default for ActionDisposition
impl Default for ActionDisposition
source§impl<'de> Deserialize<'de> for ActionDisposition
impl<'de> Deserialize<'de> for ActionDisposition
source§fn 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
source§impl Display for ActionDisposition
impl Display for ActionDisposition
source§impl FromStr for ActionDisposition
impl FromStr for ActionDisposition
source§impl Hash for ActionDisposition
impl Hash for ActionDisposition
source§impl PartialEq<ActionDisposition> for ActionDisposition
impl PartialEq<ActionDisposition> for ActionDisposition
source§fn eq(&self, other: &ActionDisposition) -> bool
fn eq(&self, other: &ActionDisposition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.