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