[go: up one dir, main page]

Struct calloop::channel::Sender[][src]

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

Methods

impl<T> Sender<T>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

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>