pub struct PbsSyncAttributesConfig {
pub additional_properties: Option<Value>,
pub description: Option<Value>,
pub properties: Option<Value>,
pub type: Option<Value>,
}Fields§
§additional_properties: Option<Value>§description: Option<Value>§properties: Option<Value>§type: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for PbsSyncAttributesConfig
impl Clone for PbsSyncAttributesConfig
Source§fn clone(&self) -> PbsSyncAttributesConfig
fn clone(&self) -> PbsSyncAttributesConfig
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 PbsSyncAttributesConfig
impl Debug for PbsSyncAttributesConfig
Source§impl Default for PbsSyncAttributesConfig
impl Default for PbsSyncAttributesConfig
Source§fn default() -> PbsSyncAttributesConfig
fn default() -> PbsSyncAttributesConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsSyncAttributesConfig
impl<'de> Deserialize<'de> for PbsSyncAttributesConfig
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 PbsSyncAttributesConfig
impl PartialEq for PbsSyncAttributesConfig
Source§fn eq(&self, other: &PbsSyncAttributesConfig) -> bool
fn eq(&self, other: &PbsSyncAttributesConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PbsSyncAttributesConfig
impl Serialize for PbsSyncAttributesConfig
impl StructuralPartialEq for PbsSyncAttributesConfig
Auto Trait Implementations§
impl Freeze for PbsSyncAttributesConfig
impl RefUnwindSafe for PbsSyncAttributesConfig
impl Send for PbsSyncAttributesConfig
impl Sync for PbsSyncAttributesConfig
impl Unpin for PbsSyncAttributesConfig
impl UnsafeUnpin for PbsSyncAttributesConfig
impl UnwindSafe for PbsSyncAttributesConfig
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