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