pub struct NullIfEmptySanitizer;Expand description
The NullIfEmptySanitizer struct is used to sanitize input by converting empty strings to null values.
This Sanitize never returns an error.
§Example
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullIfEmptySanitizer
impl RefUnwindSafe for NullIfEmptySanitizer
impl Send for NullIfEmptySanitizer
impl Sync for NullIfEmptySanitizer
impl Unpin for NullIfEmptySanitizer
impl UnwindSafe for NullIfEmptySanitizer
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