Struct gio::OutputStreamAsyncWrite [−][src]
pub struct OutputStreamAsyncWrite<T: IsA<PollableOutputStream>>(_, _);
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for OutputStreamAsyncWrite<T>
impl<T> Send for OutputStreamAsyncWrite<T> where
T: Send,
impl<T> Sync for OutputStreamAsyncWrite<T> where
T: Sync,
impl<T> Unpin for OutputStreamAsyncWrite<T> where
T: Unpin,
impl<T> !UnwindSafe for OutputStreamAsyncWrite<T>
Blanket Implementations
impl<W> AsyncWriteExt for W where
W: AsyncWrite + ?Sized,
impl<W> AsyncWriteExt for W where
W: AsyncWrite + ?Sized,
Creates a future which will entirely flush this AsyncWrite
. Read more
Creates a future which will entirely close this AsyncWrite
.
Creates a future which will write bytes from buf
into the object. Read more
Mutably borrows from an owned value. Read more