pub struct CommentedCodeRule;Expand description
检测被注释掉的代码块
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentedCodeRule
impl RefUnwindSafe for CommentedCodeRule
impl Send for CommentedCodeRule
impl Sync for CommentedCodeRule
impl Unpin for CommentedCodeRule
impl UnwindSafe for CommentedCodeRule
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