pub enum ArtifactProtectionStatus {
Protected,
Released,
}Expand description
Durable lifecycle of one artifact protection identity.
Variants§
Trait Implementations§
Source§impl Clone for ArtifactProtectionStatus
impl Clone for ArtifactProtectionStatus
impl Copy for ArtifactProtectionStatus
Source§impl Debug for ArtifactProtectionStatus
impl Debug for ArtifactProtectionStatus
Source§impl<'de> Deserialize<'de> for ArtifactProtectionStatus
impl<'de> Deserialize<'de> for ArtifactProtectionStatus
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
impl Eq for ArtifactProtectionStatus
Source§impl PartialEq for ArtifactProtectionStatus
impl PartialEq for ArtifactProtectionStatus
Source§impl Serialize for ArtifactProtectionStatus
impl Serialize for ArtifactProtectionStatus
impl StructuralPartialEq for ArtifactProtectionStatus
Auto Trait Implementations§
impl Freeze for ArtifactProtectionStatus
impl RefUnwindSafe for ArtifactProtectionStatus
impl Send for ArtifactProtectionStatus
impl Sync for ArtifactProtectionStatus
impl Unpin for ArtifactProtectionStatus
impl UnsafeUnpin for ArtifactProtectionStatus
impl UnwindSafe for ArtifactProtectionStatus
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