pub enum PveNotificationModeEnum {
Auto,
LegacySendmail,
NotificationSystem,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveNotificationModeEnum
impl Clone for PveNotificationModeEnum
Source§fn clone(&self) -> PveNotificationModeEnum
fn clone(&self) -> PveNotificationModeEnum
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 PveNotificationModeEnum
impl Debug for PveNotificationModeEnum
Source§impl Default for PveNotificationModeEnum
impl Default for PveNotificationModeEnum
Source§fn default() -> PveNotificationModeEnum
fn default() -> PveNotificationModeEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveNotificationModeEnum
impl<'de> Deserialize<'de> for PveNotificationModeEnum
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 PveNotificationModeEnum
impl Display for PveNotificationModeEnum
Source§impl Hash for PveNotificationModeEnum
impl Hash for PveNotificationModeEnum
Source§impl Ord for PveNotificationModeEnum
impl Ord for PveNotificationModeEnum
Source§fn cmp(&self, other: &PveNotificationModeEnum) -> Ordering
fn cmp(&self, other: &PveNotificationModeEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PveNotificationModeEnum
impl PartialEq for PveNotificationModeEnum
Source§fn eq(&self, other: &PveNotificationModeEnum) -> bool
fn eq(&self, other: &PveNotificationModeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveNotificationModeEnum
impl PartialOrd for PveNotificationModeEnum
Source§impl Serialize for PveNotificationModeEnum
impl Serialize for PveNotificationModeEnum
impl Copy for PveNotificationModeEnum
impl Eq for PveNotificationModeEnum
impl StructuralPartialEq for PveNotificationModeEnum
Auto Trait Implementations§
impl Freeze for PveNotificationModeEnum
impl RefUnwindSafe for PveNotificationModeEnum
impl Send for PveNotificationModeEnum
impl Sync for PveNotificationModeEnum
impl Unpin for PveNotificationModeEnum
impl UnsafeUnpin for PveNotificationModeEnum
impl UnwindSafe for PveNotificationModeEnum
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