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