pub struct NoRenames;Expand description
Default resolver that never detects renames.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoRenames
impl RefUnwindSafe for NoRenames
impl Send for NoRenames
impl Sync for NoRenames
impl Unpin for NoRenames
impl UnsafeUnpin for NoRenames
impl UnwindSafe for NoRenames
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