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