Struct google_youtube3::api::VideoStatus [−][src]
Basic details about a video category, such as its localized title. Next Id: 17
This type is not used in any activity, and only used as part of another schema.
Fields
embeddable: Option<bool>This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
failure_reason: Option<String>This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
license: Option<String>The video's license. @mutable youtube.videos.insert youtube.videos.update
made_for_kids: Option<bool>no description provided
privacy_status: Option<String>The video's privacy status.
public_stats_viewable: Option<bool>This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert youtube.videos.update
publish_at: Option<String>The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private..
rejection_reason: Option<String>This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
self_declared_made_for_kids: Option<bool>no description provided
upload_status: Option<String>The status of the uploaded video.
Trait Implementations
impl Clone for VideoStatus[src]
fn clone(&self) -> VideoStatus[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for VideoStatus[src]
impl Default for VideoStatus[src]
fn default() -> VideoStatus[src]
impl<'de> Deserialize<'de> for VideoStatus[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for VideoStatus[src]
impl Serialize for VideoStatus[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoStatus[src]
impl Send for VideoStatus[src]
impl Sync for VideoStatus[src]
impl Unpin for VideoStatus[src]
impl UnwindSafe for VideoStatus[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,