[][src]Struct bottle::thread::Callback

pub struct Callback<F: FnOnce() + Send> { /* fields omitted */ }

Methods

impl<F: FnOnce() + Send> Callback<F>[src]

pub fn new(f: F) -> Callback<F>[src]

Trait Implementations

impl<F: FnOnce() + Send> Query for Callback<F>[src]

fn receiver(&self) -> Option<Receiver>[src]

Auto Trait Implementations

impl<F> Sync for Callback<F> where
    F: Sync

impl<F> Unpin for Callback<F> where
    F: Unpin

impl<F> Send for Callback<F>

impl<F> UnwindSafe for Callback<F> where
    F: UnwindSafe

impl<F> RefUnwindSafe for Callback<F> where
    F: RefUnwindSafe

Blanket Implementations

impl<T> AsReceiver for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]