pub enum Mailnotification {
Always,
Failure,
}Expand description
Deprecated: use notification targets/matchers instead. Specify when to send a notification mail
Variants§
Trait Implementations§
Source§impl Clone for Mailnotification
impl Clone for Mailnotification
Source§fn clone(&self) -> Mailnotification
fn clone(&self) -> Mailnotification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Mailnotification
impl Debug for Mailnotification
Source§impl Default for Mailnotification
impl Default for Mailnotification
Source§fn default() -> Mailnotification
fn default() -> Mailnotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Mailnotification
impl<'de> Deserialize<'de> for Mailnotification
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 PartialEq for Mailnotification
impl PartialEq for Mailnotification
Source§fn eq(&self, other: &Mailnotification) -> bool
fn eq(&self, other: &Mailnotification) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Mailnotification
impl Serialize for Mailnotification
impl StructuralPartialEq for Mailnotification
Auto Trait Implementations§
impl Freeze for Mailnotification
impl RefUnwindSafe for Mailnotification
impl Send for Mailnotification
impl Sync for Mailnotification
impl Unpin for Mailnotification
impl UnsafeUnpin for Mailnotification
impl UnwindSafe for Mailnotification
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