pub struct RemoveNulls;Expand description
Remove null bytes transformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveNulls
impl RefUnwindSafe for RemoveNulls
impl Send for RemoveNulls
impl Sync for RemoveNulls
impl Unpin for RemoveNulls
impl UnwindSafe for RemoveNulls
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