pub enum ContextAuditStage {
Original,
Assembled,
Compressed,
}Variants§
Trait Implementations§
Source§impl Clone for ContextAuditStage
impl Clone for ContextAuditStage
Source§fn clone(&self) -> ContextAuditStage
fn clone(&self) -> ContextAuditStage
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 ContextAuditStage
Source§impl Debug for ContextAuditStage
impl Debug for ContextAuditStage
impl Eq for ContextAuditStage
Source§impl PartialEq for ContextAuditStage
impl PartialEq for ContextAuditStage
impl StructuralPartialEq for ContextAuditStage
Auto Trait Implementations§
impl Freeze for ContextAuditStage
impl RefUnwindSafe for ContextAuditStage
impl Send for ContextAuditStage
impl Sync for ContextAuditStage
impl Unpin for ContextAuditStage
impl UnsafeUnpin for ContextAuditStage
impl UnwindSafe for ContextAuditStage
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