#[repr(u8)]pub enum RedactionLevel {
Full = 0,
Partial = 1,
None = 2,
}Variants§
Trait Implementations§
Source§impl Clone for RedactionLevel
impl Clone for RedactionLevel
Source§fn clone(&self) -> RedactionLevel
fn clone(&self) -> RedactionLevel
Returns a duplicate of the value. Read more
1.0.0 · 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 RedactionLevel
impl Debug for RedactionLevel
Source§impl PartialEq for RedactionLevel
impl PartialEq for RedactionLevel
impl Copy for RedactionLevel
impl Eq for RedactionLevel
impl StructuralPartialEq for RedactionLevel
Auto Trait Implementations§
impl Freeze for RedactionLevel
impl RefUnwindSafe for RedactionLevel
impl Send for RedactionLevel
impl Sync for RedactionLevel
impl Unpin for RedactionLevel
impl UnsafeUnpin for RedactionLevel
impl UnwindSafe for RedactionLevel
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