pub struct OemHpAvailableactionsCapability {
pub allowable_values: Vec<String>,
pub property_name: String,
}Fields§
§allowable_values: Vec<String>§property_name: StringTrait Implementations§
Source§impl Clone for OemHpAvailableactionsCapability
impl Clone for OemHpAvailableactionsCapability
Source§fn clone(&self) -> OemHpAvailableactionsCapability
fn clone(&self) -> OemHpAvailableactionsCapability
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<'de> Deserialize<'de> for OemHpAvailableactionsCapability
impl<'de> Deserialize<'de> for OemHpAvailableactionsCapability
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
Auto Trait Implementations§
impl Freeze for OemHpAvailableactionsCapability
impl RefUnwindSafe for OemHpAvailableactionsCapability
impl Send for OemHpAvailableactionsCapability
impl Sync for OemHpAvailableactionsCapability
impl Unpin for OemHpAvailableactionsCapability
impl UnsafeUnpin for OemHpAvailableactionsCapability
impl UnwindSafe for OemHpAvailableactionsCapability
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