pub enum GridRegion {
CAISO_SDGE,
CAISO_PGE,
CAISO_SCE,
LADWP,
BANC_SMUD,
BANC_P2,
IID,
PACW,
NVENERGY,
TID,
WALC,
}
Expand description
An SGIP grid region, corresponding to a balancing authority and independent system operator subregion.
See the SGIP Signal grid regions page for details on which electricity providers correspond to which regions.
Variants§
CAISO_SDGE
CAISO San Diego Gas & Electric DLAP
CAISO_PGE
CAISO Pacific Gas & Electric DLAP
CAISO_SCE
CAISO Southern California Edison DLAP
LADWP
Los Angeles Department of Water & Power
BANC_SMUD
BANC Sacramento Municipal Utility District
BANC_P2
Balancing Authority of Northern California
IID
Imperial Irrigation District
PACW
PacifiCorp West
NVENERGY
NV Energy
TID
Turlock Irrigation District
WALC
Western Area Lower Colorado
Trait Implementations§
Source§impl Clone for GridRegion
impl Clone for GridRegion
Source§fn clone(&self) -> GridRegion
fn clone(&self) -> GridRegion
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 GridRegion
impl Debug for GridRegion
Source§impl<'de> Deserialize<'de> for GridRegion
impl<'de> Deserialize<'de> for GridRegion
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 Display for GridRegion
impl Display for GridRegion
Source§impl FromStr for GridRegion
impl FromStr for GridRegion
Source§impl Hash for GridRegion
impl Hash for GridRegion
Source§impl Into<String> for GridRegion
impl Into<String> for GridRegion
Source§impl PartialEq for GridRegion
impl PartialEq for GridRegion
Source§impl Serialize for GridRegion
impl Serialize for GridRegion
Source§impl TryFrom<&str> for GridRegion
impl TryFrom<&str> for GridRegion
impl Copy for GridRegion
impl Eq for GridRegion
impl StructuralPartialEq for GridRegion
Auto Trait Implementations§
impl Freeze for GridRegion
impl RefUnwindSafe for GridRegion
impl Send for GridRegion
impl Sync for GridRegion
impl Unpin for GridRegion
impl UnwindSafe for GridRegion
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.