Struct runa_io_traits::Send
source · pub struct Send<'a, W: WriteMessage + ?Sized + 'a, M: Serialize + Unpin + Debug + 'a> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, W: ?Sized, M> RefUnwindSafe for Send<'a, W, M>where M: RefUnwindSafe, W: RefUnwindSafe,
impl<'a, W: ?Sized, M> Send for Send<'a, W, M>where M: Send, W: Send,
impl<'a, W: ?Sized, M> Sync for Send<'a, W, M>where M: Sync, W: Sync,
impl<'a, W: ?Sized, M> Unpin for Send<'a, W, M>
impl<'a, W, M> !UnwindSafe for Send<'a, W, M>
Blanket Implementations§
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