pub enum FunctionRegion {
Show 15 variants
Any,
ApNortheast1,
ApNortheast2,
ApSouth1,
ApSoutheast1,
ApSoutheast2,
CaCentral1,
EuCentral1,
EuWest1,
EuWest2,
EuWest3,
SaEast1,
UsEast1,
UsWest1,
UsWest2,
}
Variants§
Any
ApNortheast1
ApNortheast2
ApSouth1
ApSoutheast1
ApSoutheast2
CaCentral1
EuCentral1
EuWest1
EuWest2
EuWest3
SaEast1
UsEast1
UsWest1
UsWest2
Trait Implementations§
Source§impl Clone for FunctionRegion
impl Clone for FunctionRegion
Source§fn clone(&self) -> FunctionRegion
fn clone(&self) -> FunctionRegion
Returns a copy 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 FunctionRegion
impl Debug for FunctionRegion
Source§impl<'de> Deserialize<'de> for FunctionRegion
impl<'de> Deserialize<'de> for FunctionRegion
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 FunctionRegion
impl Display for FunctionRegion
Source§impl PartialEq for FunctionRegion
impl PartialEq for FunctionRegion
Source§impl Serialize for FunctionRegion
impl Serialize for FunctionRegion
impl StructuralPartialEq for FunctionRegion
Auto Trait Implementations§
impl Freeze for FunctionRegion
impl RefUnwindSafe for FunctionRegion
impl Send for FunctionRegion
impl Sync for FunctionRegion
impl Unpin for FunctionRegion
impl UnwindSafe for FunctionRegion
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