pub enum PriceReference {
Energiemenge,
Leistung,
}Expand description
What a price refers to.
Variants§
Trait Implementations§
Source§impl Clone for PriceReference
impl Clone for PriceReference
Source§fn clone(&self) -> PriceReference
fn clone(&self) -> PriceReference
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 PriceReference
Source§impl Debug for PriceReference
impl Debug for PriceReference
impl Eq for PriceReference
Source§impl PartialEq for PriceReference
impl PartialEq for PriceReference
Source§impl Serialize for PriceReference
impl Serialize for PriceReference
impl StructuralPartialEq for PriceReference
Auto Trait Implementations§
impl Freeze for PriceReference
impl RefUnwindSafe for PriceReference
impl Send for PriceReference
impl Sync for PriceReference
impl Unpin for PriceReference
impl UnsafeUnpin for PriceReference
impl UnwindSafe for PriceReference
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