Struct futures::future::SharedItem  
                   
                       [−]
                   
               [src]
pub struct SharedItem<T> { /* fields omitted */ }A wrapped item of the original future that is cloneable and implements Deref for ease of use.
Trait Implementations
impl<T: Clone> Clone for SharedItem<T>[src]
fn clone(&self) -> SharedItem<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more