pub enum ActivationDocType {
ActivationResponse,
TenderReduction,
RedispatchActivation,
}Expand description
DocumentType codes for ActivationDocument.
Variants§
ActivationResponse
Activation response (ACR).
TenderReduction
Tender reduction (AAR).
RedispatchActivation
Redispatch activation document (ACO).
Trait Implementations§
Source§impl Clone for ActivationDocType
impl Clone for ActivationDocType
Source§fn clone(&self) -> ActivationDocType
fn clone(&self) -> ActivationDocType
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 ActivationDocType
Source§impl Debug for ActivationDocType
impl Debug for ActivationDocType
Source§impl<'de> Deserialize<'de> for ActivationDocType
impl<'de> Deserialize<'de> for ActivationDocType
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 ActivationDocType
Source§impl Hash for ActivationDocType
impl Hash for ActivationDocType
Source§impl PartialEq for ActivationDocType
impl PartialEq for ActivationDocType
Source§fn eq(&self, other: &ActivationDocType) -> bool
fn eq(&self, other: &ActivationDocType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActivationDocType
impl Serialize for ActivationDocType
impl StructuralPartialEq for ActivationDocType
Auto Trait Implementations§
impl Freeze for ActivationDocType
impl RefUnwindSafe for ActivationDocType
impl Send for ActivationDocType
impl Sync for ActivationDocType
impl Unpin for ActivationDocType
impl UnsafeUnpin for ActivationDocType
impl UnwindSafe for ActivationDocType
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