Struct sgip_signal::Moer[][src]

pub struct Moer {
    pub region: GridRegion,
    pub rate: f64,
    pub start: DateTime<Utc>,
    pub duration: Duration,
}

A Marginal Operating Emissions Rate (MOER).

Fields

region: GridRegion

The grid region for the rate.

rate: f64

The emissions rate itself, in kg CO2 / kWh.

start: DateTime<Utc>

The start time for the rate.

duration: Duration

The duration for rate.

Trait Implementations

impl Clone for Moer[src]

impl Debug for Moer[src]

impl<'de> Deserialize<'de> for Moer[src]

Auto Trait Implementations

impl RefUnwindSafe for Moer

impl Send for Moer

impl Sync for Moer

impl Unpin for Moer

impl UnwindSafe for Moer

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.