Struct fifo::Sender [] [src]

pub struct Sender { /* fields omitted */ }
[]

The fifo sender. It's Send but !Sync.

Methods

impl Sender
[src]

Trait Implementations

impl SpliceRead for Sender
[src]

[]

Copy at most bytes bytes from a Read r.

[]

Copy all bytes from a Read r.

impl AsRef<Inner> for Sender
[src]

[]

Performs the conversion.

impl Drop for Sender
[src]

[]

A method called when the value goes out of scope. Read more

impl Send for Sender
[src]

impl !Sync for Sender
[src]

impl Write for Sender
[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