pub enum EmissionScope {
Scope1,
Scope2,
Scope3,
}Expand description
GHG Protocol emission scope.
Variants§
Scope1
Direct emissions from owned/controlled sources
Scope2
Indirect emissions from purchased energy
Scope3
All other indirect emissions in the value chain
Trait Implementations§
Source§impl Clone for EmissionScope
impl Clone for EmissionScope
Source§fn clone(&self) -> EmissionScope
fn clone(&self) -> EmissionScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmissionScope
impl Debug for EmissionScope
Source§impl Default for EmissionScope
impl Default for EmissionScope
Source§fn default() -> EmissionScope
fn default() -> EmissionScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmissionScope
impl<'de> Deserialize<'de> for EmissionScope
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
Source§impl Hash for EmissionScope
impl Hash for EmissionScope
Source§impl PartialEq for EmissionScope
impl PartialEq for EmissionScope
Source§impl Serialize for EmissionScope
impl Serialize for EmissionScope
impl Copy for EmissionScope
impl Eq for EmissionScope
impl StructuralPartialEq for EmissionScope
Auto Trait Implementations§
impl Freeze for EmissionScope
impl RefUnwindSafe for EmissionScope
impl Send for EmissionScope
impl Sync for EmissionScope
impl Unpin for EmissionScope
impl UnsafeUnpin for EmissionScope
impl UnwindSafe for EmissionScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.