pub enum Location {
Body,
Cable,
Ev,
Inlet,
Outlet,
}
Expand description
Allowable values of the optional “location” field of a value element in SampledValue.
Variants§
Body
Measurement inside body of Charge Point (e.g. Temperature)
Cable
Measurement taken from cable between EV and Charge Point
Ev
Measurement taken by EV
Inlet
Measurement at network (“grid”) inlet connection
Outlet
Measurement at a Connector. Default value
Trait Implementations§
source§impl<'de> Deserialize<'de> for Location
impl<'de> Deserialize<'de> for Location
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