Struct futures_glib::PushThreadDefault [] [src]

pub struct PushThreadDefault<'a> { /* fields omitted */ }

An RAII struct that is returned from push_thread_default to pop the default when it goes out of scope.

Trait Implementations

impl<'a> Drop for PushThreadDefault<'a>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> Send for PushThreadDefault<'a>

impl<'a> Sync for PushThreadDefault<'a>