pub struct ArtifactRetentionActor(/* private fields */);Expand description
Host-asserted actor recorded for retention audit; C5.7 will authorize it.
Implementations§
Trait Implementations§
Source§impl Clone for ArtifactRetentionActor
impl Clone for ArtifactRetentionActor
Source§fn clone(&self) -> ArtifactRetentionActor
fn clone(&self) -> ArtifactRetentionActor
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 ArtifactRetentionActor
impl Debug for ArtifactRetentionActor
Source§impl<'de> Deserialize<'de> for ArtifactRetentionActor
impl<'de> Deserialize<'de> for ArtifactRetentionActor
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 ArtifactRetentionActor
Source§impl From<ArtifactRetentionActor> for String
impl From<ArtifactRetentionActor> for String
Source§fn from(value: ArtifactRetentionActor) -> Self
fn from(value: ArtifactRetentionActor) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ArtifactRetentionActor
impl PartialEq for ArtifactRetentionActor
Source§impl Serialize for ArtifactRetentionActor
impl Serialize for ArtifactRetentionActor
impl StructuralPartialEq for ArtifactRetentionActor
Auto Trait Implementations§
impl Freeze for ArtifactRetentionActor
impl RefUnwindSafe for ArtifactRetentionActor
impl Send for ArtifactRetentionActor
impl Sync for ArtifactRetentionActor
impl Unpin for ArtifactRetentionActor
impl UnsafeUnpin for ArtifactRetentionActor
impl UnwindSafe for ArtifactRetentionActor
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