pub struct Banned(/* private fields */);Available on crate feature
censor only.Expand description
Set of character to strip from input without replacement.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Banned
impl RefUnwindSafe for Banned
impl Send for Banned
impl Sync for Banned
impl Unpin for Banned
impl UnwindSafe for Banned
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