pub enum ObjectLockLegalHoldStatus {
Off,
On,
}Expand description
S3 ObjectLockLegalHoldStatus enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ObjectLockLegalHoldStatus
impl Clone for ObjectLockLegalHoldStatus
Source§fn clone(&self) -> ObjectLockLegalHoldStatus
fn clone(&self) -> ObjectLockLegalHoldStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectLockLegalHoldStatus
impl Debug for ObjectLockLegalHoldStatus
Source§impl Default for ObjectLockLegalHoldStatus
impl Default for ObjectLockLegalHoldStatus
Source§fn default() -> ObjectLockLegalHoldStatus
fn default() -> ObjectLockLegalHoldStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectLockLegalHoldStatus
impl<'de> Deserialize<'de> for ObjectLockLegalHoldStatus
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 ObjectLockLegalHoldStatus
impl Display for ObjectLockLegalHoldStatus
Source§impl From<&str> for ObjectLockLegalHoldStatus
impl From<&str> for ObjectLockLegalHoldStatus
Source§impl Hash for ObjectLockLegalHoldStatus
impl Hash for ObjectLockLegalHoldStatus
Source§impl PartialEq for ObjectLockLegalHoldStatus
impl PartialEq for ObjectLockLegalHoldStatus
Source§fn eq(&self, other: &ObjectLockLegalHoldStatus) -> bool
fn eq(&self, other: &ObjectLockLegalHoldStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ObjectLockLegalHoldStatus
impl StructuralPartialEq for ObjectLockLegalHoldStatus
Auto Trait Implementations§
impl Freeze for ObjectLockLegalHoldStatus
impl RefUnwindSafe for ObjectLockLegalHoldStatus
impl Send for ObjectLockLegalHoldStatus
impl Sync for ObjectLockLegalHoldStatus
impl Unpin for ObjectLockLegalHoldStatus
impl UnsafeUnpin for ObjectLockLegalHoldStatus
impl UnwindSafe for ObjectLockLegalHoldStatus
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