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
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ยงfn eq(&self, other: &VideoPlaybackById) -> bool
fn eq(&self, other: &VideoPlaybackById) -> bool
Tests for
self and other values to be equal, and is used by ==.Sourceยงimpl Serialize for VideoPlaybackById
impl Serialize 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
TopicsSourceยงimpl TryFrom<String> for VideoPlaybackById
impl TryFrom<String> for VideoPlaybackById
impl Eq for VideoPlaybackById
impl StructuralPartialEq for VideoPlaybackById
Auto 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,
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.