Struct google_youtube3::api::LiveStreamHealthStatus
source · pub struct LiveStreamHealthStatus {
pub configuration_issues: Option<Vec<LiveStreamConfigurationIssue>>,
pub last_update_time_seconds: Option<u64>,
pub status: Option<String>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§configuration_issues: Option<Vec<LiveStreamConfigurationIssue>>
The configurations issues on this stream
last_update_time_seconds: Option<u64>
The last time this status was updated (in seconds)
status: Option<String>
The status code of this stream
Trait Implementations§
source§impl Clone for LiveStreamHealthStatus
impl Clone for LiveStreamHealthStatus
source§fn clone(&self) -> LiveStreamHealthStatus
fn clone(&self) -> LiveStreamHealthStatus
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 LiveStreamHealthStatus
impl Debug for LiveStreamHealthStatus
source§impl Default for LiveStreamHealthStatus
impl Default for LiveStreamHealthStatus
source§fn default() -> LiveStreamHealthStatus
fn default() -> LiveStreamHealthStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LiveStreamHealthStatus
impl<'de> Deserialize<'de> for LiveStreamHealthStatus
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 LiveStreamHealthStatus
impl Serialize for LiveStreamHealthStatus
impl Part for LiveStreamHealthStatus
Auto Trait Implementations§
impl RefUnwindSafe for LiveStreamHealthStatus
impl Send for LiveStreamHealthStatus
impl Sync for LiveStreamHealthStatus
impl Unpin for LiveStreamHealthStatus
impl UnwindSafe for LiveStreamHealthStatus
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