Struct discord_sdk::wheel::ActivitySpoke [−][src]
pub struct ActivitySpoke(pub Receiver<ActivityEvent>);
Tuple Fields
0: Receiver<ActivityEvent>
Auto Trait Implementations
impl !RefUnwindSafe for ActivitySpoke
impl Send for ActivitySpoke
impl Sync for ActivitySpoke
impl Unpin for ActivitySpoke
impl !UnwindSafe for ActivitySpoke
Blanket Implementations
Mutably borrows from an owned value. Read more
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