pub struct DuplicateLogicRule;Implementations§
Source§impl DuplicateLogicRule
impl DuplicateLogicRule
pub fn static_info() -> RuleInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuplicateLogicRule
impl RefUnwindSafe for DuplicateLogicRule
impl Send for DuplicateLogicRule
impl Sync for DuplicateLogicRule
impl Unpin for DuplicateLogicRule
impl UnsafeUnpin for DuplicateLogicRule
impl UnwindSafe for DuplicateLogicRule
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