pub enum AckReceivingDocType {
Show 23 variants
DayAheadPlan,
ActivationResponse,
TenderReduction,
StatusRequest,
PlannedUnavailability,
ForcedUnavailability,
ProductionUnavailability,
RedispatchActivation,
NetworkConstraint,
StammdatenCreation,
StammdatenUpdate,
StammdatenDeactivation,
StammdatenNbAggregate,
Kostenblatt,
IntradayPlan,
StammdatenPlan,
AggregatePlan,
CorrectedPlan,
Reserved13,
Bilanzkreisstammdaten,
StatusRequestAlt,
Kaskade,
TestMessage,
}Expand description
Document types that an AcknowledgementDocument may reference in
ReceivingDocumentType.
Variants§
DayAheadPlan
ActivationResponse
TenderReduction
StatusRequest
RedispatchActivation
NetworkConstraint
StammdatenCreation
StammdatenUpdate
StammdatenDeactivation
StammdatenNbAggregate
Kostenblatt
IntradayPlan
StammdatenPlan
AggregatePlan
CorrectedPlan
Reserved13
Bilanzkreisstammdaten
StatusRequestAlt
Kaskade
TestMessage
Trait Implementations§
Source§impl Clone for AckReceivingDocType
impl Clone for AckReceivingDocType
Source§fn clone(&self) -> AckReceivingDocType
fn clone(&self) -> AckReceivingDocType
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 AckReceivingDocType
Source§impl Debug for AckReceivingDocType
impl Debug for AckReceivingDocType
Source§impl<'de> Deserialize<'de> for AckReceivingDocType
impl<'de> Deserialize<'de> for AckReceivingDocType
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 AckReceivingDocType
Source§impl Hash for AckReceivingDocType
impl Hash for AckReceivingDocType
Source§impl PartialEq for AckReceivingDocType
impl PartialEq for AckReceivingDocType
Source§fn eq(&self, other: &AckReceivingDocType) -> bool
fn eq(&self, other: &AckReceivingDocType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AckReceivingDocType
impl Serialize for AckReceivingDocType
impl StructuralPartialEq for AckReceivingDocType
Auto Trait Implementations§
impl Freeze for AckReceivingDocType
impl RefUnwindSafe for AckReceivingDocType
impl Send for AckReceivingDocType
impl Sync for AckReceivingDocType
impl Unpin for AckReceivingDocType
impl UnsafeUnpin for AckReceivingDocType
impl UnwindSafe for AckReceivingDocType
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