Enum fastly_api::models::aws_region::AwsRegion
source · pub enum AwsRegion {
Show 23 variants
UsEast1,
UsEast2,
UsWest1,
UsWest2,
AfSouth1,
ApEast1,
ApSouth1,
ApNortheast3,
ApNortheast2,
ApSoutheast1,
ApSoutheast2,
ApNortheast1,
CaCentral1,
CnNorth1,
CnNorthwest1,
EuCentral1,
EuWest1,
EuWest2,
EuSouth1,
EuWest3,
EuNorth1,
MeSouth1,
SaEast1,
}
Expand description
AwsRegion : A named set of AWS resources that’s in the same geographical area. A named set of AWS resources that’s in the same geographical area.
Variants§
UsEast1
UsEast2
UsWest1
UsWest2
AfSouth1
ApEast1
ApSouth1
ApNortheast3
ApNortheast2
ApSoutheast1
ApSoutheast2
ApNortheast1
CaCentral1
CnNorth1
CnNorthwest1
EuCentral1
EuWest1
EuWest2
EuSouth1
EuWest3
EuNorth1
MeSouth1
SaEast1
Trait Implementations§
source§impl<'de> Deserialize<'de> for AwsRegion
impl<'de> Deserialize<'de> for AwsRegion
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 Ord for AwsRegion
impl Ord for AwsRegion
source§impl PartialEq<AwsRegion> for AwsRegion
impl PartialEq<AwsRegion> for AwsRegion
source§impl PartialOrd<AwsRegion> for AwsRegion
impl PartialOrd<AwsRegion> for AwsRegion
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for AwsRegion
impl Eq for AwsRegion
impl StructuralEq for AwsRegion
impl StructuralPartialEq for AwsRegion
Auto Trait Implementations§
impl RefUnwindSafe for AwsRegion
impl Send for AwsRegion
impl Sync for AwsRegion
impl Unpin for AwsRegion
impl UnwindSafe for AwsRegion
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.