pub enum LifecycleStorageClass {
IntelligentTiering,
OneZoneIA,
StandardIA,
GlacierDeepArchive,
Glacier,
GlacierInstantRetrieval,
}Variants§
Trait Implementations§
Source§impl Clone for LifecycleStorageClass
impl Clone for LifecycleStorageClass
Source§fn clone(&self) -> LifecycleStorageClass
fn clone(&self) -> LifecycleStorageClass
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 LifecycleStorageClass
impl Debug for LifecycleStorageClass
Source§impl From<LifecycleStorageClass> for String
impl From<LifecycleStorageClass> for String
Source§fn from(value: LifecycleStorageClass) -> Self
fn from(value: LifecycleStorageClass) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LifecycleStorageClass
impl RefUnwindSafe for LifecycleStorageClass
impl Send for LifecycleStorageClass
impl Sync for LifecycleStorageClass
impl Unpin for LifecycleStorageClass
impl UnwindSafe for LifecycleStorageClass
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