Struct redfish_codegen::models::chassis::v1_22_0::PhysicalSecurity
source · pub struct PhysicalSecurity {
pub intrusion_sensor: Option<IntrusionSensor>,
pub intrusion_sensor_number: Option<i64>,
pub intrusion_sensor_re_arm: Option<IntrusionSensorReArm>,
}
Expand description
The physical security state of the chassis.
Fields§
§intrusion_sensor: Option<IntrusionSensor>
§intrusion_sensor_number: Option<i64>
A numerical identifier to represent the physical security sensor.
intrusion_sensor_re_arm: Option<IntrusionSensorReArm>
Trait Implementations§
source§impl Clone for PhysicalSecurity
impl Clone for PhysicalSecurity
source§fn clone(&self) -> PhysicalSecurity
fn clone(&self) -> PhysicalSecurity
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 PhysicalSecurity
impl Debug for PhysicalSecurity
source§impl Default for PhysicalSecurity
impl Default for PhysicalSecurity
source§fn default() -> PhysicalSecurity
fn default() -> PhysicalSecurity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PhysicalSecurity
impl<'de> Deserialize<'de> for PhysicalSecurity
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