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