Struct amy::Sender [] [src]

pub struct Sender<T: Debug> { /* fields omitted */ }

Methods

impl<T: Debug> Sender<T>
[src]

Trait Implementations

impl<T: Debug + Debug> Debug for Sender<T>
[src]

Formats the value using the given formatter.

impl<T: Clone + Debug> Clone for Sender<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more