Struct fringe_futures::SchedThunk [] [src]

pub struct SchedThunk<'a, T: Send + 'a, E: Send + 'a>(_);

Methods

impl<'a, T: Send + 'a, E: Send + 'a> SchedThunk<'a, T, E>
[src]

Trait Implementations

impl<'a, T: Debug + Send + 'a, E: Debug + Send + 'a> Debug for SchedThunk<'a, T, E>
[src]

Formats the value using the given formatter.

impl<'a, T: Clone + Send + 'a, E: Clone + Send + 'a> Clone for SchedThunk<'a, T, E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more