pub struct StammdatenParticipantRef {
pub code: MarketParticipantId,
pub codierung: Codierung,
}Expand description
Sender / receiver reference for Stammdaten documents.
The Code and Codierung attributes are German-language equivalents of
v and codingScheme used in ENTSO-E documents.
Fields§
§code: MarketParticipantId13-digit market participant identifier.
codierung: CodierungCoding scheme for the identifier.
Trait Implementations§
Source§impl Clone for StammdatenParticipantRef
impl Clone for StammdatenParticipantRef
Source§fn clone(&self) -> StammdatenParticipantRef
fn clone(&self) -> StammdatenParticipantRef
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 StammdatenParticipantRef
impl Debug for StammdatenParticipantRef
Source§impl<'de> Deserialize<'de> for StammdatenParticipantRef
impl<'de> Deserialize<'de> for StammdatenParticipantRef
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
impl Eq for StammdatenParticipantRef
Source§impl PartialEq for StammdatenParticipantRef
impl PartialEq for StammdatenParticipantRef
Source§fn eq(&self, other: &StammdatenParticipantRef) -> bool
fn eq(&self, other: &StammdatenParticipantRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StammdatenParticipantRef
impl Serialize for StammdatenParticipantRef
impl StructuralPartialEq for StammdatenParticipantRef
Auto Trait Implementations§
impl Freeze for StammdatenParticipantRef
impl RefUnwindSafe for StammdatenParticipantRef
impl Send for StammdatenParticipantRef
impl Sync for StammdatenParticipantRef
impl Unpin for StammdatenParticipantRef
impl UnsafeUnpin for StammdatenParticipantRef
impl UnwindSafe for StammdatenParticipantRef
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