pub struct PIIRule {
pub path: Vec<String>,
pub mode: PIIMode,
pub truncate_to: usize,
}Fields§
§path: Vec<String>§mode: PIIMode§truncate_to: usizeImplementations§
Trait Implementations§
impl Eq for PIIRule
impl StructuralPartialEq for PIIRule
Auto Trait Implementations§
impl Freeze for PIIRule
impl RefUnwindSafe for PIIRule
impl Send for PIIRule
impl Sync for PIIRule
impl Unpin for PIIRule
impl UnsafeUnpin for PIIRule
impl UnwindSafe for PIIRule
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