Struct rillrate::CallbackGuard [−][src]
pub struct CallbackGuard { /* fields omitted */ }
Expand description
A guard to keep the callback alive.
The callback removed when the instance is dropped.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CallbackGuard
impl Send for CallbackGuard
impl Sync for CallbackGuard
impl Unpin for CallbackGuard
impl !UnwindSafe for CallbackGuard
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an optional value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more