pub enum AwsRegion {
Show 19 variants
UsEast1,
UsEast2,
UsWest1,
UsWest2,
CaCentral1,
EuCentral1,
EuWest1,
EuWest2,
EuWest3,
EuNorth1,
ApEast1,
ApNortheast1,
ApNortheast2,
ApNortheast3,
ApSoutheast1,
ApSoutheast2,
ApSouth1,
MeSouth1,
SaEast1,
}
Variants§
UsEast1
UsEast2
UsWest1
UsWest2
CaCentral1
EuCentral1
EuWest1
EuWest2
EuWest3
EuNorth1
ApEast1
ApNortheast1
ApNortheast2
ApNortheast3
ApSoutheast1
ApSoutheast2
ApSouth1
MeSouth1
SaEast1
Implementations§
Trait Implementations§
impl Copy for AwsRegion
impl Eq for AwsRegion
impl StructuralPartialEq for AwsRegion
Auto Trait Implementations§
impl Freeze for AwsRegion
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