pub enum PbsConfigNotificationsModeEnum {
Insecure,
Starttls,
Tls,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PbsConfigNotificationsModeEnum
impl Clone for PbsConfigNotificationsModeEnum
Source§fn clone(&self) -> PbsConfigNotificationsModeEnum
fn clone(&self) -> PbsConfigNotificationsModeEnum
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 Default for PbsConfigNotificationsModeEnum
impl Default for PbsConfigNotificationsModeEnum
Source§fn default() -> PbsConfigNotificationsModeEnum
fn default() -> PbsConfigNotificationsModeEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsConfigNotificationsModeEnum
impl<'de> Deserialize<'de> for PbsConfigNotificationsModeEnum
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 Ord for PbsConfigNotificationsModeEnum
impl Ord for PbsConfigNotificationsModeEnum
Source§fn cmp(&self, other: &PbsConfigNotificationsModeEnum) -> Ordering
fn cmp(&self, other: &PbsConfigNotificationsModeEnum) -> 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 PbsConfigNotificationsModeEnum
impl PartialEq for PbsConfigNotificationsModeEnum
Source§fn eq(&self, other: &PbsConfigNotificationsModeEnum) -> bool
fn eq(&self, other: &PbsConfigNotificationsModeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsConfigNotificationsModeEnum
impl PartialOrd for PbsConfigNotificationsModeEnum
impl Copy for PbsConfigNotificationsModeEnum
impl Eq for PbsConfigNotificationsModeEnum
impl StructuralPartialEq for PbsConfigNotificationsModeEnum
Auto Trait Implementations§
impl Freeze for PbsConfigNotificationsModeEnum
impl RefUnwindSafe for PbsConfigNotificationsModeEnum
impl Send for PbsConfigNotificationsModeEnum
impl Sync for PbsConfigNotificationsModeEnum
impl Unpin for PbsConfigNotificationsModeEnum
impl UnsafeUnpin for PbsConfigNotificationsModeEnum
impl UnwindSafe for PbsConfigNotificationsModeEnum
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