pub struct Transforms { /* private fields */ }Implementations§
Source§impl Transforms
impl Transforms
pub fn new() -> Self
pub fn add_credit_card_sanitizer(&mut self, add: bool)
pub fn add_email_sanitizer(&mut self, add: bool)
Trait Implementations§
Source§impl Default for Transforms
impl Default for Transforms
Auto Trait Implementations§
impl Freeze for Transforms
impl !RefUnwindSafe for Transforms
impl Send for Transforms
impl Sync for Transforms
impl Unpin for Transforms
impl !UnwindSafe for Transforms
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