pub enum PbsNotificationThresholdsField {
PbsSyncAttributesConfig(Box<PbsSyncAttributesConfig>),
String(String),
}Variants§
PbsSyncAttributesConfig(Box<PbsSyncAttributesConfig>)
String(String)
Trait Implementations§
Source§impl Clone for PbsNotificationThresholdsField
impl Clone for PbsNotificationThresholdsField
Source§fn clone(&self) -> PbsNotificationThresholdsField
fn clone(&self) -> PbsNotificationThresholdsField
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<'de> Deserialize<'de> for PbsNotificationThresholdsField
impl<'de> Deserialize<'de> for PbsNotificationThresholdsField
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 PbsNotificationThresholdsField
impl PartialEq for PbsNotificationThresholdsField
Source§fn eq(&self, other: &PbsNotificationThresholdsField) -> bool
fn eq(&self, other: &PbsNotificationThresholdsField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PbsNotificationThresholdsField
Auto Trait Implementations§
impl Freeze for PbsNotificationThresholdsField
impl RefUnwindSafe for PbsNotificationThresholdsField
impl Send for PbsNotificationThresholdsField
impl Sync for PbsNotificationThresholdsField
impl Unpin for PbsNotificationThresholdsField
impl UnsafeUnpin for PbsNotificationThresholdsField
impl UnwindSafe for PbsNotificationThresholdsField
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