pub struct DataMeterLocation {
pub melo_id: MeloId,
pub meter_number: String,
pub data_meter_location_measuring_point_operators: Vec<TimeSlicedMarketPartner>,
}Expand description
Data about a metering location (Messlokation) at the market location.
Fields§
§melo_id: MeloId§meter_number: String§data_meter_location_measuring_point_operators: Vec<TimeSlicedMarketPartner>Trait Implementations§
Source§impl Clone for DataMeterLocation
impl Clone for DataMeterLocation
Source§fn clone(&self) -> DataMeterLocation
fn clone(&self) -> DataMeterLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DataMeterLocation
impl Debug for DataMeterLocation
Source§impl<'de> Deserialize<'de> for DataMeterLocation
impl<'de> Deserialize<'de> for DataMeterLocation
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 PartialEq for DataMeterLocation
impl PartialEq for DataMeterLocation
Source§fn eq(&self, other: &DataMeterLocation) -> bool
fn eq(&self, other: &DataMeterLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DataMeterLocation
impl Serialize for DataMeterLocation
impl StructuralPartialEq for DataMeterLocation
Auto Trait Implementations§
impl Freeze for DataMeterLocation
impl RefUnwindSafe for DataMeterLocation
impl Send for DataMeterLocation
impl Sync for DataMeterLocation
impl Unpin for DataMeterLocation
impl UnsafeUnpin for DataMeterLocation
impl UnwindSafe for DataMeterLocation
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