pub enum PIIMode {
Drop,
Redact,
Hash,
Truncate,
}Variants§
Trait Implementations§
impl Eq for PIIMode
impl StructuralPartialEq for PIIMode
Auto Trait Implementations§
impl Freeze for PIIMode
impl RefUnwindSafe for PIIMode
impl Send for PIIMode
impl Sync for PIIMode
impl Unpin for PIIMode
impl UnsafeUnpin for PIIMode
impl UnwindSafe for PIIMode
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