pub enum ResidueClass {
None,
DocumentedException,
}Expand description
Final residue class for the cell after teardown
(per docs/destruction-semantics.md).
Variants§
None
No host- or broker-side residue tracked for the cell after destroy.
DocumentedException
A residue class with a named runbook entry; see
EvidenceBundleRefs::residue_exception for the runbook id.
Trait Implementations§
Source§impl Clone for ResidueClass
impl Clone for ResidueClass
Source§fn clone(&self) -> ResidueClass
fn clone(&self) -> ResidueClass
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 ResidueClass
impl Debug for ResidueClass
Source§impl PartialEq for ResidueClass
impl PartialEq for ResidueClass
Source§fn eq(&self, other: &ResidueClass) -> bool
fn eq(&self, other: &ResidueClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResidueClass
impl Serialize for ResidueClass
impl Copy for ResidueClass
impl Eq for ResidueClass
impl StructuralPartialEq for ResidueClass
Auto Trait Implementations§
impl Freeze for ResidueClass
impl RefUnwindSafe for ResidueClass
impl Send for ResidueClass
impl Sync for ResidueClass
impl Unpin for ResidueClass
impl UnsafeUnpin for ResidueClass
impl UnwindSafe for ResidueClass
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