pub struct StringAbuseRule;Expand description
检测到处用 String 而不用 &str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringAbuseRule
impl RefUnwindSafe for StringAbuseRule
impl Send for StringAbuseRule
impl Sync for StringAbuseRule
impl Unpin for StringAbuseRule
impl UnwindSafe for StringAbuseRule
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