pub enum ClimateSupplierRemovalPathway {
BiomassCarbonRemovalAndStorage,
DirectAirCapture,
EnhancedWeathering,
}Expand description
The scientific pathway used for carbon removal.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ClimateSupplierRemovalPathway
impl Clone for ClimateSupplierRemovalPathway
Source§fn clone(&self) -> ClimateSupplierRemovalPathway
fn clone(&self) -> ClimateSupplierRemovalPathway
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 FromValueOpt for ClimateSupplierRemovalPathway
impl FromValueOpt for ClimateSupplierRemovalPathway
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for ClimateSupplierRemovalPathway
impl PartialEq for ClimateSupplierRemovalPathway
Source§fn eq(&self, other: &ClimateSupplierRemovalPathway) -> bool
fn eq(&self, other: &ClimateSupplierRemovalPathway) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ClimateSupplierRemovalPathway
impl Eq for ClimateSupplierRemovalPathway
impl StructuralPartialEq for ClimateSupplierRemovalPathway
Auto Trait Implementations§
impl Freeze for ClimateSupplierRemovalPathway
impl RefUnwindSafe for ClimateSupplierRemovalPathway
impl Send for ClimateSupplierRemovalPathway
impl Sync for ClimateSupplierRemovalPathway
impl Unpin for ClimateSupplierRemovalPathway
impl UnwindSafe for ClimateSupplierRemovalPathway
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