pub struct DatagramFlushHandle<'a, W> { /* private fields */ }Trait Implementations§
Source§impl<'a, W> IntoFuture for DatagramFlushHandle<'a, W>
impl<'a, W> IntoFuture for DatagramFlushHandle<'a, W>
Source§type IntoFuture = Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'a>>
type IntoFuture = Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'a>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<'a, W> Freeze for DatagramFlushHandle<'a, W>
impl<'a, W> RefUnwindSafe for DatagramFlushHandle<'a, W>
impl<'a, W> Send for DatagramFlushHandle<'a, W>where
W: Send,
impl<'a, W> Sync for DatagramFlushHandle<'a, W>where
W: Send,
impl<'a, W> Unpin for DatagramFlushHandle<'a, W>
impl<'a, W> UnsafeUnpin for DatagramFlushHandle<'a, W>
impl<'a, W> UnwindSafe for DatagramFlushHandle<'a, W>
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