pub struct DefRefs;Expand description
Definition and Reference finder.
Implementations§
Auto Trait Implementations§
impl Freeze for DefRefs
impl RefUnwindSafe for DefRefs
impl Send for DefRefs
impl Sync for DefRefs
impl Unpin for DefRefs
impl UnsafeUnpin for DefRefs
impl UnwindSafe for DefRefs
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