pub enum BucketLocationConstraint {
Show 33 variants
AfSouth1,
ApEast1,
ApNortheast1,
ApNortheast2,
ApNortheast3,
ApSouth1,
ApSouth2,
ApSoutheast1,
ApSoutheast2,
ApSoutheast3,
ApSoutheast4,
ApSoutheast5,
CaCentral1,
CnNorth1,
CnNorthwest1,
Eu,
EuCentral1,
EuCentral2,
EuNorth1,
EuSouth1,
EuSouth2,
EuWest1,
EuWest2,
EuWest3,
IlCentral1,
MeCentral1,
MeSouth1,
SaEast1,
UsEast2,
UsGovEast1,
UsGovWest1,
UsWest1,
UsWest2,
}Expand description
S3 BucketLocationConstraint enum.
Variants§
AfSouth1
Default variant.
ApEast1
ApNortheast1
ApNortheast2
ApNortheast3
ApSouth1
ApSouth2
ApSoutheast1
ApSoutheast2
ApSoutheast3
ApSoutheast4
ApSoutheast5
CaCentral1
CnNorth1
CnNorthwest1
Eu
EuCentral1
EuCentral2
EuNorth1
EuSouth1
EuSouth2
EuWest1
EuWest2
EuWest3
IlCentral1
MeCentral1
MeSouth1
SaEast1
UsEast2
UsGovEast1
UsGovWest1
UsWest1
UsWest2
Implementations§
Trait Implementations§
Source§impl Clone for BucketLocationConstraint
impl Clone for BucketLocationConstraint
Source§fn clone(&self) -> BucketLocationConstraint
fn clone(&self) -> BucketLocationConstraint
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 BucketLocationConstraint
impl Debug for BucketLocationConstraint
Source§impl Default for BucketLocationConstraint
impl Default for BucketLocationConstraint
Source§fn default() -> BucketLocationConstraint
fn default() -> BucketLocationConstraint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BucketLocationConstraint
impl<'de> Deserialize<'de> for BucketLocationConstraint
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 BucketLocationConstraint
impl Display for BucketLocationConstraint
Source§impl From<&str> for BucketLocationConstraint
impl From<&str> for BucketLocationConstraint
Source§impl Hash for BucketLocationConstraint
impl Hash for BucketLocationConstraint
Source§impl PartialEq for BucketLocationConstraint
impl PartialEq for BucketLocationConstraint
Source§impl Serialize for BucketLocationConstraint
impl Serialize for BucketLocationConstraint
impl Eq for BucketLocationConstraint
impl StructuralPartialEq for BucketLocationConstraint
Auto Trait Implementations§
impl Freeze for BucketLocationConstraint
impl RefUnwindSafe for BucketLocationConstraint
impl Send for BucketLocationConstraint
impl Sync for BucketLocationConstraint
impl Unpin for BucketLocationConstraint
impl UnsafeUnpin for BucketLocationConstraint
impl UnwindSafe for BucketLocationConstraint
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