pub struct UndocumentedVariablesRule;Expand description
Rule to detect missing variable documentation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UndocumentedVariablesRule
impl RefUnwindSafe for UndocumentedVariablesRule
impl Send for UndocumentedVariablesRule
impl Sync for UndocumentedVariablesRule
impl Unpin for UndocumentedVariablesRule
impl UnwindSafe for UndocumentedVariablesRule
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