pub struct VideoPlaybackById {
pub channel_id: u32,
}👎Deprecated since 0.7.0:
use EventSub instead, see https://discuss.dev.twitch.com/t/legacy-pubsub-deprecation-and-shutdown-timeline/58043
Available on crate features
pubsub and unsupported only.Expand description
Statistics about stream
Fields§
§channel_id: u32👎Deprecated since 0.7.0:
use EventSub instead, see https://discuss.dev.twitch.com/t/legacy-pubsub-deprecation-and-shutdown-timeline/58043
The channel_login to watch.
Trait Implementations§
Source§impl Clone for VideoPlaybackById
impl Clone for VideoPlaybackById
Source§fn clone(&self) -> VideoPlaybackById
fn clone(&self) -> VideoPlaybackById
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoPlaybackById
impl Debug for VideoPlaybackById
Source§impl<'de> Deserialize<'de> for VideoPlaybackById
impl<'de> Deserialize<'de> for VideoPlaybackById
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for VideoPlaybackById
impl Display for VideoPlaybackById
impl Eq for VideoPlaybackById
Source§impl<'a> From<&'a VideoPlaybackById> for String
impl<'a> From<&'a VideoPlaybackById> for String
Source§fn from(t: &'a VideoPlaybackById) -> Self
fn from(t: &'a VideoPlaybackById) -> Self
Converts to this type from the input type.
Source§impl From<VideoPlaybackById> for String
impl From<VideoPlaybackById> for String
Source§fn from(t: VideoPlaybackById) -> Self
fn from(t: VideoPlaybackById) -> Self
Converts to this type from the input type.
Source§impl From<VideoPlaybackById> for Topics
impl From<VideoPlaybackById> for Topics
Source§fn from(t: VideoPlaybackById) -> Self
fn from(t: VideoPlaybackById) -> Self
Converts to this type from the input type.
Source§impl Hash for VideoPlaybackById
impl Hash for VideoPlaybackById
Source§impl PartialEq for VideoPlaybackById
impl PartialEq for VideoPlaybackById
Source§impl Serialize for VideoPlaybackById
impl Serialize for VideoPlaybackById
impl StructuralPartialEq for VideoPlaybackById
Source§impl Topic for VideoPlaybackById
impl Topic for VideoPlaybackById
Source§const SCOPE: Validator
const SCOPE: Validator
👎Deprecated since 0.7.0:
use EventSub instead, see https://discuss.dev.twitch.com/t/legacy-pubsub-deprecation-and-shutdown-timeline/58043
Available on crate feature
twitch_oauth2 only.Scopes needed by this topic
Source§fn into_topic(self) -> Topics
fn into_topic(self) -> Topics
👎Deprecated since 0.7.0:
use EventSub instead, see https://discuss.dev.twitch.com/t/legacy-pubsub-deprecation-and-shutdown-timeline/58043
Convert this into a
TopicsAuto Trait Implementations§
impl Freeze for VideoPlaybackById
impl RefUnwindSafe for VideoPlaybackById
impl Send for VideoPlaybackById
impl Sync for VideoPlaybackById
impl Unpin for VideoPlaybackById
impl UnsafeUnpin for VideoPlaybackById
impl UnwindSafe for VideoPlaybackById
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.