Struct discord_sdk::wheel::LobbySpoke [−][src]
pub struct LobbySpoke(pub Receiver<LobbyEvent>);
Tuple Fields
0: Receiver<LobbyEvent>
Auto Trait Implementations
impl !RefUnwindSafe for LobbySpoke
impl Send for LobbySpoke
impl Sync for LobbySpoke
impl Unpin for LobbySpoke
impl !UnwindSafe for LobbySpoke
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