Struct ruyi::io::WriteHalf [] [src]

pub struct WriteHalf<W> { /* fields omitted */ }

Methods

impl<W> WriteHalf<W>
[src]

Trait Implementations

impl<W: Debug> Debug for WriteHalf<W>
[src]

Formats the value using the given formatter.

impl<W: Clone> Clone for WriteHalf<W>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<W: Display> Display for WriteHalf<W>
[src]

Formats the value using the given formatter. Read more

impl<W: AsyncWrite> Write for WriteHalf<W>
[src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

impl<W: AsyncWrite> WriteV for WriteHalf<W>
[src]

impl<W: AsyncWrite> AsyncWrite for WriteHalf<W>
[src]