Trait twitch_api2::pubsub::Topic[][src]

pub trait Topic: Serialize + Into<String> {
    const SCOPE: &'static [Scope];
}
This is supported on crate feature pubsub only.

A logical partition of messages that clients may subscribe to, to get messages.

also known as event

Associated Constants

const SCOPE: &'static [Scope][src]

Scopes needed by this topic

This constant unsupported

Loading content...

Implementors

impl Topic for ChannelBitsEventsV2[src]

impl Topic for ChannelBitsBadgeUnlocks[src]

impl Topic for ChannelCheerEventsPublicV1[src]

This is supported on crate feature unsupported only.

impl Topic for ChannelPointsChannelV1[src]

impl Topic for ChannelSubGiftsV1[src]

This is supported on crate feature unsupported only.

impl Topic for ChannelSubscribeEventsV1[src]

impl Topic for CommunityPointsChannelV1[src]

This is supported on crate feature unsupported only.

impl Topic for Following[src]

This is supported on crate feature unsupported only.

impl Topic for HypeTrainEventsV1[src]

This is supported on crate feature unsupported only.

impl Topic for HypeTrainEventsV1Rewards[src]

This is supported on crate feature unsupported only.

impl Topic for ChatModeratorActions[src]

impl Topic for Raid[src]

This is supported on crate feature unsupported only.

impl Topic for VideoPlayback[src]

This is supported on crate feature unsupported only.

impl Topic for VideoPlaybackById[src]

This is supported on crate feature unsupported only.
Loading content...