Struct protosocket_prost::ConnectionDriver
source · pub struct ConnectionDriver<Bindings: ConnectionBindings> { /* private fields */ }Trait Implementations§
source§impl<Bindings: ConnectionBindings> Future for ConnectionDriver<Bindings>
impl<Bindings: ConnectionBindings> Future for ConnectionDriver<Bindings>
Auto Trait Implementations§
impl<Bindings> !Freeze for ConnectionDriver<Bindings>
impl<Bindings> !RefUnwindSafe for ConnectionDriver<Bindings>
impl<Bindings> Send for ConnectionDriver<Bindings>where
<Bindings as ConnectionBindings>::Deserializer: Send,
<Bindings as ConnectionBindings>::Serializer: Send,
impl<Bindings> Sync for ConnectionDriver<Bindings>where
<Bindings as ConnectionBindings>::Deserializer: Sync,
<Bindings as ConnectionBindings>::Serializer: Sync,
impl<Bindings> Unpin for ConnectionDriver<Bindings>
impl<Bindings> !UnwindSafe for ConnectionDriver<Bindings>
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more