pub enum StatusRequestReceiverRole {
GridOperator,
ResourceProvider,
Other,
}Expand description
Receiver role for StatusRequest_MarketDocument.
Variants§
Trait Implementations§
Source§impl Clone for StatusRequestReceiverRole
impl Clone for StatusRequestReceiverRole
Source§fn clone(&self) -> StatusRequestReceiverRole
fn clone(&self) -> StatusRequestReceiverRole
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 StatusRequestReceiverRole
Source§impl Debug for StatusRequestReceiverRole
impl Debug for StatusRequestReceiverRole
Source§impl<'de> Deserialize<'de> for StatusRequestReceiverRole
impl<'de> Deserialize<'de> for StatusRequestReceiverRole
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 StatusRequestReceiverRole
Source§impl Hash for StatusRequestReceiverRole
impl Hash for StatusRequestReceiverRole
Source§impl PartialEq for StatusRequestReceiverRole
impl PartialEq for StatusRequestReceiverRole
Source§fn eq(&self, other: &StatusRequestReceiverRole) -> bool
fn eq(&self, other: &StatusRequestReceiverRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StatusRequestReceiverRole
Auto Trait Implementations§
impl Freeze for StatusRequestReceiverRole
impl RefUnwindSafe for StatusRequestReceiverRole
impl Send for StatusRequestReceiverRole
impl Sync for StatusRequestReceiverRole
impl Unpin for StatusRequestReceiverRole
impl UnsafeUnpin for StatusRequestReceiverRole
impl UnwindSafe for StatusRequestReceiverRole
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