pub struct MaloIdentResultPositive {
pub data_market_location: DataMarketLocation,
pub data_tranches: Option<Vec<DataTranche>>,
pub data_meter_locations: Option<Vec<DataMeterLocation>>,
pub data_technical_resources: Option<Vec<DataTechnicalResource>>,
pub data_controllable_resources: Option<Vec<DataControllableResource>>,
pub data_network_locations: Option<Vec<DataNetworkLocation>>,
}Expand description
Positive identification result — all data the NB holds about the market
location from identificationDateTime onwards.
Fields§
§data_market_location: DataMarketLocation§data_tranches: Option<Vec<DataTranche>>§data_meter_locations: Option<Vec<DataMeterLocation>>§data_technical_resources: Option<Vec<DataTechnicalResource>>§data_controllable_resources: Option<Vec<DataControllableResource>>§data_network_locations: Option<Vec<DataNetworkLocation>>Trait Implementations§
Source§impl Clone for MaloIdentResultPositive
impl Clone for MaloIdentResultPositive
Source§fn clone(&self) -> MaloIdentResultPositive
fn clone(&self) -> MaloIdentResultPositive
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 MaloIdentResultPositive
impl Debug for MaloIdentResultPositive
Source§impl<'de> Deserialize<'de> for MaloIdentResultPositive
impl<'de> Deserialize<'de> for MaloIdentResultPositive
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 MaloIdentResultPositive
impl PartialEq for MaloIdentResultPositive
Source§fn eq(&self, other: &MaloIdentResultPositive) -> bool
fn eq(&self, other: &MaloIdentResultPositive) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MaloIdentResultPositive
impl Serialize for MaloIdentResultPositive
impl StructuralPartialEq for MaloIdentResultPositive
Auto Trait Implementations§
impl Freeze for MaloIdentResultPositive
impl RefUnwindSafe for MaloIdentResultPositive
impl Send for MaloIdentResultPositive
impl Sync for MaloIdentResultPositive
impl Unpin for MaloIdentResultPositive
impl UnsafeUnpin for MaloIdentResultPositive
impl UnwindSafe for MaloIdentResultPositive
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