pub enum KaskadeRoleType {
GridOperator,
}Expand description
Market role type used in Kaskade sender/receiver.
Variants§
GridOperator
Grid operator (NB).
Trait Implementations§
Source§impl Clone for KaskadeRoleType
impl Clone for KaskadeRoleType
Source§fn clone(&self) -> KaskadeRoleType
fn clone(&self) -> KaskadeRoleType
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 KaskadeRoleType
Source§impl Debug for KaskadeRoleType
impl Debug for KaskadeRoleType
Source§impl<'de> Deserialize<'de> for KaskadeRoleType
impl<'de> Deserialize<'de> for KaskadeRoleType
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 KaskadeRoleType
Source§impl Hash for KaskadeRoleType
impl Hash for KaskadeRoleType
Source§impl PartialEq for KaskadeRoleType
impl PartialEq for KaskadeRoleType
Source§fn eq(&self, other: &KaskadeRoleType) -> bool
fn eq(&self, other: &KaskadeRoleType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KaskadeRoleType
impl Serialize for KaskadeRoleType
impl StructuralPartialEq for KaskadeRoleType
Auto Trait Implementations§
impl Freeze for KaskadeRoleType
impl RefUnwindSafe for KaskadeRoleType
impl Send for KaskadeRoleType
impl Sync for KaskadeRoleType
impl Unpin for KaskadeRoleType
impl UnsafeUnpin for KaskadeRoleType
impl UnwindSafe for KaskadeRoleType
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