pub enum Profanity {
Masked,
Removed,
Raw,
}
Expand description
The profanity level.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Profanity
impl RefUnwindSafe for Profanity
impl Send for Profanity
impl Sync for Profanity
impl Unpin for Profanity
impl UnwindSafe for Profanity
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