Struct many2many::MReceiver [] [src]

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

Methods

impl<T> MReceiver<T> where
    T: Send + Clone + 'static, 
[src]

Trait Implementations

impl<T> From<Receiver<T>> for MReceiver<T> where
    T: Send + Clone + 'static, 
[src]

Performs the conversion.

impl<T> Clone for MReceiver<T> where
    T: Send + Clone + 'static, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more