Struct amy::Sender [] [src]

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

Methods

impl<T> Sender<T>
[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<T> Clone for Sender<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Sender<T> where
    T: Send

impl<T> !Sync for Sender<T>