pub struct DscNodeExtensionHandlerAssociationProperty {
pub name: Option<String>,
pub version: Option<String>,
}Expand description
The dsc extensionHandler property associated with the node
Fields§
§name: Option<String>Gets or sets the name of the extension handler.
version: Option<String>Gets or sets the version of the extension handler.
Implementations§
Trait Implementations§
Source§impl Clone for DscNodeExtensionHandlerAssociationProperty
impl Clone for DscNodeExtensionHandlerAssociationProperty
Source§fn clone(&self) -> DscNodeExtensionHandlerAssociationProperty
fn clone(&self) -> DscNodeExtensionHandlerAssociationProperty
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 DscNodeExtensionHandlerAssociationProperty
impl Default for DscNodeExtensionHandlerAssociationProperty
Source§fn default() -> DscNodeExtensionHandlerAssociationProperty
fn default() -> DscNodeExtensionHandlerAssociationProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DscNodeExtensionHandlerAssociationProperty
impl<'de> Deserialize<'de> for DscNodeExtensionHandlerAssociationProperty
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 DscNodeExtensionHandlerAssociationProperty
impl PartialEq for DscNodeExtensionHandlerAssociationProperty
Source§fn eq(&self, other: &DscNodeExtensionHandlerAssociationProperty) -> bool
fn eq(&self, other: &DscNodeExtensionHandlerAssociationProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DscNodeExtensionHandlerAssociationProperty
Auto Trait Implementations§
impl Freeze for DscNodeExtensionHandlerAssociationProperty
impl RefUnwindSafe for DscNodeExtensionHandlerAssociationProperty
impl Send for DscNodeExtensionHandlerAssociationProperty
impl Sync for DscNodeExtensionHandlerAssociationProperty
impl Unpin for DscNodeExtensionHandlerAssociationProperty
impl UnwindSafe for DscNodeExtensionHandlerAssociationProperty
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