pub enum LegalHoldStatus {
Off,
On,
}Expand description
Legal-hold status applied to one object version.
Variants§
Off
The object version is not protected by legal hold.
On
The object version is protected by legal hold.
Implementations§
Trait Implementations§
Source§impl Clone for LegalHoldStatus
impl Clone for LegalHoldStatus
Source§fn clone(&self) -> LegalHoldStatus
fn clone(&self) -> LegalHoldStatus
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 moreimpl Copy for LegalHoldStatus
Source§impl Debug for LegalHoldStatus
impl Debug for LegalHoldStatus
Source§impl<'de> Deserialize<'de> for LegalHoldStatus
impl<'de> Deserialize<'de> for LegalHoldStatus
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 LegalHoldStatus
impl Display for LegalHoldStatus
impl Eq for LegalHoldStatus
Source§impl PartialEq for LegalHoldStatus
impl PartialEq for LegalHoldStatus
Source§impl Serialize for LegalHoldStatus
impl Serialize for LegalHoldStatus
impl StructuralPartialEq for LegalHoldStatus
Auto Trait Implementations§
impl Freeze for LegalHoldStatus
impl RefUnwindSafe for LegalHoldStatus
impl Send for LegalHoldStatus
impl Sync for LegalHoldStatus
impl Unpin for LegalHoldStatus
impl UnsafeUnpin for LegalHoldStatus
impl UnwindSafe for LegalHoldStatus
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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