pub struct DataControllableResource {
pub sr_id: SrId,
pub data_controllable_resource_measuring_point_operators: Option<Vec<SrMarketPartner>>,
}Expand description
Data about a controllable resource (Steuerbare Ressource) at the market location.
Fields§
§sr_id: SrId§data_controllable_resource_measuring_point_operators: Option<Vec<SrMarketPartner>>Trait Implementations§
Source§impl Clone for DataControllableResource
impl Clone for DataControllableResource
Source§fn clone(&self) -> DataControllableResource
fn clone(&self) -> DataControllableResource
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 DataControllableResource
impl Debug for DataControllableResource
Source§impl<'de> Deserialize<'de> for DataControllableResource
impl<'de> Deserialize<'de> for DataControllableResource
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 DataControllableResource
impl PartialEq for DataControllableResource
Source§fn eq(&self, other: &DataControllableResource) -> bool
fn eq(&self, other: &DataControllableResource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DataControllableResource
impl Serialize for DataControllableResource
impl StructuralPartialEq for DataControllableResource
Auto Trait Implementations§
impl Freeze for DataControllableResource
impl RefUnwindSafe for DataControllableResource
impl Send for DataControllableResource
impl Sync for DataControllableResource
impl Unpin for DataControllableResource
impl UnsafeUnpin for DataControllableResource
impl UnwindSafe for DataControllableResource
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