pub struct DeviceDiagnosticProfileCollection {
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
pub device_diagnostic_profile: Vec<DeviceDiagnosticProfile>,
}Expand description
DeviceDiagnosticProfileCollectionType element
Fields§
§use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
device_diagnostic_profile: Vec<DeviceDiagnosticProfile>DeviceDiagnosticProfile element
Trait Implementations§
Source§impl Clone for DeviceDiagnosticProfileCollection
impl Clone for DeviceDiagnosticProfileCollection
Source§fn clone(&self) -> DeviceDiagnosticProfileCollection
fn clone(&self) -> DeviceDiagnosticProfileCollection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeviceDiagnosticProfileCollection
impl Default for DeviceDiagnosticProfileCollection
Source§fn default() -> DeviceDiagnosticProfileCollection
fn default() -> DeviceDiagnosticProfileCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceDiagnosticProfileCollection
impl<'de> Deserialize<'de> for DeviceDiagnosticProfileCollection
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 DeviceDiagnosticProfileCollection
impl PartialEq for DeviceDiagnosticProfileCollection
Source§fn eq(&self, other: &DeviceDiagnosticProfileCollection) -> bool
fn eq(&self, other: &DeviceDiagnosticProfileCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceDiagnosticProfileCollection
Auto Trait Implementations§
impl Freeze for DeviceDiagnosticProfileCollection
impl RefUnwindSafe for DeviceDiagnosticProfileCollection
impl Send for DeviceDiagnosticProfileCollection
impl Sync for DeviceDiagnosticProfileCollection
impl Unpin for DeviceDiagnosticProfileCollection
impl UnsafeUnpin for DeviceDiagnosticProfileCollection
impl UnwindSafe for DeviceDiagnosticProfileCollection
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