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