pub enum RedactionSessionKind {
Operation,
Diagnostic,
}Expand description
Identifies whether a session is an ordinary operation or a diagnostic event.
Variants§
Operation
An independent ordinary redaction operation.
Diagnostic
A diagnostic representation with bounded output.
Trait Implementations§
Source§impl Clone for RedactionSessionKind
impl Clone for RedactionSessionKind
Source§fn clone(&self) -> RedactionSessionKind
fn clone(&self) -> RedactionSessionKind
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 RedactionSessionKind
Source§impl Debug for RedactionSessionKind
impl Debug for RedactionSessionKind
impl Eq for RedactionSessionKind
Source§impl PartialEq for RedactionSessionKind
impl PartialEq for RedactionSessionKind
impl StructuralPartialEq for RedactionSessionKind
Auto Trait Implementations§
impl Freeze for RedactionSessionKind
impl RefUnwindSafe for RedactionSessionKind
impl Send for RedactionSessionKind
impl Sync for RedactionSessionKind
impl Unpin for RedactionSessionKind
impl UnsafeUnpin for RedactionSessionKind
impl UnwindSafe for RedactionSessionKind
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