Struct google_youtube3::api::LiveStreamStatus
source · pub struct LiveStreamStatus {
pub health_status: Option<LiveStreamHealthStatus>,
pub stream_status: Option<String>,
}
Expand description
Brief description of the live stream status.
This type is not used in any activity, and only used as part of another schema.
Fields§
§health_status: Option<LiveStreamHealthStatus>
The health status of the stream.
stream_status: Option<String>
no description provided
Trait Implementations§
source§impl Clone for LiveStreamStatus
impl Clone for LiveStreamStatus
source§fn clone(&self) -> LiveStreamStatus
fn clone(&self) -> LiveStreamStatus
Returns a copy of the value. Read more
1.0.0 · 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 LiveStreamStatus
impl Debug for LiveStreamStatus
source§impl Default for LiveStreamStatus
impl Default for LiveStreamStatus
source§fn default() -> LiveStreamStatus
fn default() -> LiveStreamStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LiveStreamStatus
impl<'de> Deserialize<'de> for LiveStreamStatus
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 Serialize for LiveStreamStatus
impl Serialize for LiveStreamStatus
impl Part for LiveStreamStatus
Auto Trait Implementations§
impl RefUnwindSafe for LiveStreamStatus
impl Send for LiveStreamStatus
impl Sync for LiveStreamStatus
impl Unpin for LiveStreamStatus
impl UnwindSafe for LiveStreamStatus
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