pub enum MeasurementSpecification {
DMTF,
}
Variants§
DMTF
This value shall indicate the measurement specification is defined by DMTF in DSP0274.
Trait Implementations§
Source§impl Clone for MeasurementSpecification
impl Clone for MeasurementSpecification
Source§fn clone(&self) -> MeasurementSpecification
fn clone(&self) -> MeasurementSpecification
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MeasurementSpecification
impl Debug for MeasurementSpecification
Source§impl Default for MeasurementSpecification
impl Default for MeasurementSpecification
Source§fn default() -> MeasurementSpecification
fn default() -> MeasurementSpecification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MeasurementSpecification
impl<'de> Deserialize<'de> for MeasurementSpecification
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 Metadata<'static> for MeasurementSpecification
impl Metadata<'static> for MeasurementSpecification
Source§const JSON_SCHEMA: &'static str = "ComponentIntegrity.v1_2_1.json"
const JSON_SCHEMA: &'static str = "ComponentIntegrity.v1_2_1.json"
Name of the json-schema file that describes the entity that implements this trait. Should
be only the file name, so that it can be resolved relative to the URL of the redfish
service, or the public Redfish schema index.
Auto Trait Implementations§
impl Freeze for MeasurementSpecification
impl RefUnwindSafe for MeasurementSpecification
impl Send for MeasurementSpecification
impl Sync for MeasurementSpecification
impl Unpin for MeasurementSpecification
impl UnwindSafe for MeasurementSpecification
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