pub struct TraitComplexityRule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraitComplexityRule
impl RefUnwindSafe for TraitComplexityRule
impl Send for TraitComplexityRule
impl Sync for TraitComplexityRule
impl Unpin for TraitComplexityRule
impl UnwindSafe for TraitComplexityRule
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