pub enum KaskadeMeasureUnit {
Megawatt,
}Expand description
Measure unit for Kaskade quantity (always MAW).
Variants§
Megawatt
Megawatt.
Trait Implementations§
Source§impl Clone for KaskadeMeasureUnit
impl Clone for KaskadeMeasureUnit
Source§fn clone(&self) -> KaskadeMeasureUnit
fn clone(&self) -> KaskadeMeasureUnit
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 KaskadeMeasureUnit
Source§impl Debug for KaskadeMeasureUnit
impl Debug for KaskadeMeasureUnit
Source§impl<'de> Deserialize<'de> for KaskadeMeasureUnit
impl<'de> Deserialize<'de> for KaskadeMeasureUnit
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 KaskadeMeasureUnit
Source§impl Hash for KaskadeMeasureUnit
impl Hash for KaskadeMeasureUnit
Source§impl PartialEq for KaskadeMeasureUnit
impl PartialEq for KaskadeMeasureUnit
Source§fn eq(&self, other: &KaskadeMeasureUnit) -> bool
fn eq(&self, other: &KaskadeMeasureUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KaskadeMeasureUnit
impl Serialize for KaskadeMeasureUnit
impl StructuralPartialEq for KaskadeMeasureUnit
Auto Trait Implementations§
impl Freeze for KaskadeMeasureUnit
impl RefUnwindSafe for KaskadeMeasureUnit
impl Send for KaskadeMeasureUnit
impl Sync for KaskadeMeasureUnit
impl Unpin for KaskadeMeasureUnit
impl UnsafeUnpin for KaskadeMeasureUnit
impl UnwindSafe for KaskadeMeasureUnit
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