[][src]Struct gio::OutputStreamAsyncWrite

pub struct OutputStreamAsyncWrite<T: IsA<PollableOutputStream>>(_, _);

Implementations

impl<T: IsA<PollableOutputStream>> OutputStreamAsyncWrite<T>[src]

pub fn into_output_stream(self) -> T[src]

pub fn output_stream(&self) -> &T[src]

Trait Implementations

impl<T: IsA<PollableOutputStream>> AsyncWrite for OutputStreamAsyncWrite<T>[src]

impl<T: Debug + IsA<PollableOutputStream>> Debug for OutputStreamAsyncWrite<T>[src]

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<T> Any for T where
    T: 'static + ?Sized
[src]

impl<W> AsyncWriteExt for W where
    W: AsyncWrite + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.