Struct tokio::prelude::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 for SharedItem<T> where
T: Clone,
[src]
T: Clone,
fn clone(&self) -> SharedItem<T>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<T> Debug for SharedItem<T> where
T: Debug,
[src]
T: Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more