pub struct DeclRef;Expand description
The table of references to declarations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeclRef
impl RefUnwindSafe for DeclRef
impl Send for DeclRef
impl Sync for DeclRef
impl Unpin for DeclRef
impl UnsafeUnpin for DeclRef
impl UnwindSafe for DeclRef
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