pub struct DocRef { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocRef
impl !RefUnwindSafe for DocRef
impl Send for DocRef
impl Sync for DocRef
impl Unpin for DocRef
impl UnsafeUnpin for DocRef
impl !UnwindSafe for DocRef
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