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