pub struct ClientHandlerToLocalAdapter<H>(/* private fields */);Expand description
An adapter for a ClientHandler which implements LocalClientHandler.
Trait Implementations§
Source§impl<T, H> LocalClientHandler<T> for ClientHandlerToLocalAdapter<H>where
T: Transport,
H: ClientHandler<T>,
impl<T, H> LocalClientHandler<T> for ClientHandlerToLocalAdapter<H>where
T: Transport,
H: ClientHandler<T>,
Auto Trait Implementations§
impl<H> Freeze for ClientHandlerToLocalAdapter<H>where
H: Freeze,
impl<H> RefUnwindSafe for ClientHandlerToLocalAdapter<H>where
H: RefUnwindSafe,
impl<H> Send for ClientHandlerToLocalAdapter<H>where
H: Send,
impl<H> Sync for ClientHandlerToLocalAdapter<H>where
H: Sync,
impl<H> Unpin for ClientHandlerToLocalAdapter<H>where
H: Unpin,
impl<H> UnwindSafe for ClientHandlerToLocalAdapter<H>where
H: 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