pub enum DataRedundancy {
SingleAvailabilityZone,
SingleLocalZone,
}Expand description
S3 DataRedundancy enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DataRedundancy
impl Clone for DataRedundancy
Source§fn clone(&self) -> DataRedundancy
fn clone(&self) -> DataRedundancy
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 DataRedundancy
impl Debug for DataRedundancy
Source§impl Default for DataRedundancy
impl Default for DataRedundancy
Source§fn default() -> DataRedundancy
fn default() -> DataRedundancy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataRedundancy
impl<'de> Deserialize<'de> for DataRedundancy
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 DataRedundancy
impl Display for DataRedundancy
Source§impl From<&str> for DataRedundancy
impl From<&str> for DataRedundancy
Source§impl Hash for DataRedundancy
impl Hash for DataRedundancy
Source§impl PartialEq for DataRedundancy
impl PartialEq for DataRedundancy
Source§impl Serialize for DataRedundancy
impl Serialize for DataRedundancy
impl Eq for DataRedundancy
impl StructuralPartialEq for DataRedundancy
Auto Trait Implementations§
impl Freeze for DataRedundancy
impl RefUnwindSafe for DataRedundancy
impl Send for DataRedundancy
impl Sync for DataRedundancy
impl Unpin for DataRedundancy
impl UnsafeUnpin for DataRedundancy
impl UnwindSafe for DataRedundancy
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