pub struct KaskadeParticipant {
pub m_rid: ParticipantMrid,
pub market_role: KaskadeMarketRole,
}Expand description
Market participant reference in the IEC 62325 style.
Fields§
§m_rid: ParticipantMridMarket participant mRID (text + codingScheme attribute).
market_role: KaskadeMarketRoleMarket role.
Trait Implementations§
Source§impl Clone for KaskadeParticipant
impl Clone for KaskadeParticipant
Source§fn clone(&self) -> KaskadeParticipant
fn clone(&self) -> KaskadeParticipant
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 KaskadeParticipant
impl Debug for KaskadeParticipant
Source§impl<'de> Deserialize<'de> for KaskadeParticipant
impl<'de> Deserialize<'de> for KaskadeParticipant
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 KaskadeParticipant
impl PartialEq for KaskadeParticipant
Source§fn eq(&self, other: &KaskadeParticipant) -> bool
fn eq(&self, other: &KaskadeParticipant) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KaskadeParticipant
impl Serialize for KaskadeParticipant
impl StructuralPartialEq for KaskadeParticipant
Auto Trait Implementations§
impl Freeze for KaskadeParticipant
impl RefUnwindSafe for KaskadeParticipant
impl Send for KaskadeParticipant
impl Sync for KaskadeParticipant
impl Unpin for KaskadeParticipant
impl UnsafeUnpin for KaskadeParticipant
impl UnwindSafe for KaskadeParticipant
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