pub struct DataNetworkLocation {
pub nelo_id: NeloId,
pub data_network_location_measuring_point_operators: Vec<TimeSlicedMarketPartner>,
}Expand description
Data about a network location (Netzlokation) linked to the market location.
Fields§
§nelo_id: NeloId§data_network_location_measuring_point_operators: Vec<TimeSlicedMarketPartner>Trait Implementations§
Source§impl Clone for DataNetworkLocation
impl Clone for DataNetworkLocation
Source§fn clone(&self) -> DataNetworkLocation
fn clone(&self) -> DataNetworkLocation
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 DataNetworkLocation
impl Debug for DataNetworkLocation
Source§impl<'de> Deserialize<'de> for DataNetworkLocation
impl<'de> Deserialize<'de> for DataNetworkLocation
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 DataNetworkLocation
impl PartialEq for DataNetworkLocation
Source§fn eq(&self, other: &DataNetworkLocation) -> bool
fn eq(&self, other: &DataNetworkLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DataNetworkLocation
impl Serialize for DataNetworkLocation
impl StructuralPartialEq for DataNetworkLocation
Auto Trait Implementations§
impl Freeze for DataNetworkLocation
impl RefUnwindSafe for DataNetworkLocation
impl Send for DataNetworkLocation
impl Sync for DataNetworkLocation
impl Unpin for DataNetworkLocation
impl UnsafeUnpin for DataNetworkLocation
impl UnwindSafe for DataNetworkLocation
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