pub enum Region {
UsEast1,
UsWest1,
UsWest2,
EuWest1,
EuCentral1,
ApSoutheast1,
ApNortheast1,
ApSoutheast2,
SaEast1,
}Expand description
AWS Region
Variants§
UsEast1
us-east-1
UsWest1
UsWest2
EuWest1
EuCentral1
ApSoutheast1
ApNortheast1
ApSoutheast2
SaEast1
Trait Implementations§
impl StructuralPartialEq for Region
Auto Trait Implementations§
impl Freeze for Region
impl RefUnwindSafe for Region
impl Send for Region
impl Sync for Region
impl Unpin for Region
impl UnwindSafe for Region
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