pub struct EnergySensors {
pub line_1t_line_2: Option<SensorEnergykWhExcerpt>,
pub line_1t_neutral: Option<SensorEnergykWhExcerpt>,
pub line_2t_line_3: Option<SensorEnergykWhExcerpt>,
pub line_2t_neutral: Option<SensorEnergykWhExcerpt>,
pub line_3t_line_1: Option<SensorEnergykWhExcerpt>,
pub line_3t_neutral: Option<SensorEnergykWhExcerpt>,
}
Expand description
The energy readings for this circuit.
Fields§
§line_1t_line_2: Option<SensorEnergykWhExcerpt>
§line_1t_neutral: Option<SensorEnergykWhExcerpt>
§line_2t_line_3: Option<SensorEnergykWhExcerpt>
§line_2t_neutral: Option<SensorEnergykWhExcerpt>
§line_3t_line_1: Option<SensorEnergykWhExcerpt>
§line_3t_neutral: Option<SensorEnergykWhExcerpt>
Trait Implementations§
Source§impl Clone for EnergySensors
impl Clone for EnergySensors
Source§fn clone(&self) -> EnergySensors
fn clone(&self) -> EnergySensors
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnergySensors
impl Debug for EnergySensors
Source§impl Default for EnergySensors
impl Default for EnergySensors
Source§impl<'de> Deserialize<'de> for EnergySensors
impl<'de> Deserialize<'de> for EnergySensors
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 Metadata<'static> for EnergySensors
impl Metadata<'static> for EnergySensors
Source§const JSON_SCHEMA: &'static str = "Circuit.v1_7_0.json"
const JSON_SCHEMA: &'static str = "Circuit.v1_7_0.json"
Name of the json-schema file that describes the entity that implements this trait. Should
be only the file name, so that it can be resolved relative to the URL of the redfish
service, or the public Redfish schema index.
Auto Trait Implementations§
impl Freeze for EnergySensors
impl RefUnwindSafe for EnergySensors
impl Send for EnergySensors
impl Sync for EnergySensors
impl Unpin for EnergySensors
impl UnwindSafe for EnergySensors
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