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