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