pub struct CodeDuplicationRule;Expand description
code duplication detection rule
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeDuplicationRule
impl RefUnwindSafe for CodeDuplicationRule
impl Send for CodeDuplicationRule
impl Sync for CodeDuplicationRule
impl Unpin for CodeDuplicationRule
impl UnwindSafe for CodeDuplicationRule
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