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