pub enum StammdatenDocType {
Reduced,
Enriched,
NbAggregate,
Bilanzkreis,
}Expand description
DocumentType codes for Stammdaten.
Variants§
Reduced
Reduced master data (reduzierte Stammdaten).
Enriched
Enriched master data (angereicherte Stammdaten).
NbAggregate
Grid operator aggregate master data.
Bilanzkreis
Balance responsible party master data.
Trait Implementations§
Source§impl Clone for StammdatenDocType
impl Clone for StammdatenDocType
Source§fn clone(&self) -> StammdatenDocType
fn clone(&self) -> StammdatenDocType
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 moreimpl Copy for StammdatenDocType
Source§impl Debug for StammdatenDocType
impl Debug for StammdatenDocType
Source§impl<'de> Deserialize<'de> for StammdatenDocType
impl<'de> Deserialize<'de> for StammdatenDocType
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 StammdatenDocType
Source§impl Hash for StammdatenDocType
impl Hash for StammdatenDocType
Source§impl PartialEq for StammdatenDocType
impl PartialEq for StammdatenDocType
Source§fn eq(&self, other: &StammdatenDocType) -> bool
fn eq(&self, other: &StammdatenDocType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StammdatenDocType
impl Serialize for StammdatenDocType
impl StructuralPartialEq for StammdatenDocType
Auto Trait Implementations§
impl Freeze for StammdatenDocType
impl RefUnwindSafe for StammdatenDocType
impl Send for StammdatenDocType
impl Sync for StammdatenDocType
impl Unpin for StammdatenDocType
impl UnsafeUnpin for StammdatenDocType
impl UnwindSafe for StammdatenDocType
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