Struct redfish_codegen::models::bios::v1_2_0::ChangePassword
source · pub struct ChangePassword {
pub target: Option<String>,
pub title: Option<String>,
}
Expand description
This action changes a BIOS password.
Fields§
§target: Option<String>
Link to invoke action
title: Option<String>
Friendly action name
Trait Implementations§
source§impl Clone for ChangePassword
impl Clone for ChangePassword
source§fn clone(&self) -> ChangePassword
fn clone(&self) -> ChangePassword
Returns a copy 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 Debug for ChangePassword
impl Debug for ChangePassword
source§impl Default for ChangePassword
impl Default for ChangePassword
source§fn default() -> ChangePassword
fn default() -> ChangePassword
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChangePassword
impl<'de> Deserialize<'de> for ChangePassword
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