pub struct Service<T, C>where
T: Initiator<Connection = C>,
C: Connection,{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T, C> Freeze for Service<T, C>
impl<T, C> !RefUnwindSafe for Service<T, C>
impl<T, C> Send for Service<T, C>
impl<T, C> Sync for Service<T, C>
impl<T, C> Unpin for Service<T, C>
impl<T, C> !UnwindSafe for Service<T, C>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more