pub struct ExclamationRule;Expand description
Excessive exclamation marks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExclamationRule
impl RefUnwindSafe for ExclamationRule
impl Send for ExclamationRule
impl Sync for ExclamationRule
impl Unpin for ExclamationRule
impl UnsafeUnpin for ExclamationRule
impl UnwindSafe for ExclamationRule
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