Struct rillrate::CallbackEvent [−][src]
Expand description
An event sent to a callback.
Fields
activity: Activity
The state activity of connections.
action: Option<A>
An action sent by a user.
Trait Implementations
Auto Trait Implementations
impl<A> RefUnwindSafe for CallbackEvent<A> where
A: RefUnwindSafe,
impl<A> Send for CallbackEvent<A> where
A: Send,
impl<A> Sync for CallbackEvent<A> where
A: Sync,
impl<A> Unpin for CallbackEvent<A> where
A: Unpin,
impl<A> UnwindSafe for CallbackEvent<A> where
A: UnwindSafe,
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