pub struct StreamOnline {
pub id: String,
pub broadcaster_user_id: String,
pub broadcaster_user_login: String,
pub broadcaster_user_name: String,
pub type: String,
pub started_at: String,
}Fields§
§id: String§broadcaster_user_id: String§broadcaster_user_login: String§broadcaster_user_name: String§type: String§started_at: StringTrait Implementations§
Source§impl Debug for StreamOnline
impl Debug for StreamOnline
Source§impl<'de> Deserialize<'de> for StreamOnline
impl<'de> Deserialize<'de> for StreamOnline
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
Auto Trait Implementations§
impl Freeze for StreamOnline
impl RefUnwindSafe for StreamOnline
impl Send for StreamOnline
impl Sync for StreamOnline
impl Unpin for StreamOnline
impl UnwindSafe for StreamOnline
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