pub struct Pii;Expand description
Classification marker for personally identifiable information.
Trait Implementations§
Source§impl RedactionPolicy for Pii
impl RedactionPolicy for Pii
Source§fn policy() -> TextRedactionPolicy
fn policy() -> TextRedactionPolicy
Returns the policy for this classification.
impl Classification for Pii
impl Copy for Pii
Auto Trait Implementations§
impl Freeze for Pii
impl RefUnwindSafe for Pii
impl Send for Pii
impl Sync for Pii
impl Unpin for Pii
impl UnwindSafe for Pii
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