Struct promiser::promise::Promisee [] [src]

pub struct Promisee<T: Send + 'static> {
    pub p: Promise<T>,
    // some fields omitted
}

Fields

Methods

impl<T: Send + 'static> Promisee<T>
[src]

Trait Implementations

impl<T: Clone + Send + 'static> Clone for Promisee<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more