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