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§fn default() -> ActionDisposition
fn default() -> ActionDisposition
Returns the “default value” for a type. Read more
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 for ActionDisposition
impl PartialEq 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 ==.source§impl Serialize for ActionDisposition
impl Serialize for ActionDisposition
impl Copy for ActionDisposition
impl Eq for ActionDisposition
impl StructuralPartialEq for ActionDisposition
Auto Trait Implementations§
impl RefUnwindSafe for ActionDisposition
impl Send for ActionDisposition
impl Sync for ActionDisposition
impl Unpin for ActionDisposition
impl UnwindSafe for ActionDisposition
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more