Struct redfish_codegen::models::resource::v1_14_1::ContactInfo
source · pub struct ContactInfo {
pub contact_name: Option<String>,
pub email_address: Option<String>,
pub phone_number: Option<String>,
}
Expand description
Contact information for this resource.
Fields§
§contact_name: Option<String>
Name of this contact.
email_address: Option<String>
Email address for this contact.
phone_number: Option<String>
Phone number for this contact.
Trait Implementations§
source§impl Clone for ContactInfo
impl Clone for ContactInfo
source§fn clone(&self) -> ContactInfo
fn clone(&self) -> ContactInfo
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 ContactInfo
impl Debug for ContactInfo
source§impl Default for ContactInfo
impl Default for ContactInfo
source§fn default() -> ContactInfo
fn default() -> ContactInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContactInfo
impl<'de> Deserialize<'de> for ContactInfo
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