Struct discord_sdk::voice::state::VoiceState [−][src]
pub struct VoiceState {
pub state: RwLock<VoiceStateInner>,
}
Fields
state: RwLock<VoiceStateInner>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for VoiceState
impl Send for VoiceState
impl Sync for VoiceState
impl Unpin for VoiceState
impl UnwindSafe for VoiceState
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