pub struct ContextInjector;Implementations§
Auto Trait Implementations§
impl Freeze for ContextInjector
impl RefUnwindSafe for ContextInjector
impl Send for ContextInjector
impl Sync for ContextInjector
impl Unpin for ContextInjector
impl UnsafeUnpin for ContextInjector
impl UnwindSafe for ContextInjector
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