pub struct ServiceConnector<___C> { /* private fields */ }
Expand description
A strongly-typed service connector for the Service
service.
Implementations§
Auto Trait Implementations§
impl<___C> Freeze for ServiceConnector<___C>where
___C: Freeze,
impl<___C> RefUnwindSafe for ServiceConnector<___C>where
___C: RefUnwindSafe,
impl<___C> Send for ServiceConnector<___C>where
___C: Send,
impl<___C> Sync for ServiceConnector<___C>where
___C: Sync,
impl<___C> Unpin for ServiceConnector<___C>where
___C: Unpin,
impl<___C> UnwindSafe for ServiceConnector<___C>where
___C: 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