pub struct VideoStatsSnippet {
pub publish_time: Option<DateTime<Utc>>,
}Expand description
Basic details about a video. This is a subset of the information in VideoSnippet specifically for the Videos.stats API.
This type is not used in any activity, and only used as part of another schema.
Fields§
§publish_time: Option<DateTime<Utc>>Output only. The date and time that the video was uploaded. The property value is a google.protobuf.Timestamp object.
Trait Implementations§
Source§impl Clone for VideoStatsSnippet
impl Clone for VideoStatsSnippet
Source§fn clone(&self) -> VideoStatsSnippet
fn clone(&self) -> VideoStatsSnippet
Returns a duplicate 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 VideoStatsSnippet
impl Debug for VideoStatsSnippet
Source§impl Default for VideoStatsSnippet
impl Default for VideoStatsSnippet
Source§fn default() -> VideoStatsSnippet
fn default() -> VideoStatsSnippet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VideoStatsSnippet
impl<'de> Deserialize<'de> for VideoStatsSnippet
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 VideoStatsSnippet
impl Serialize for VideoStatsSnippet
impl Part for VideoStatsSnippet
Auto Trait Implementations§
impl Freeze for VideoStatsSnippet
impl RefUnwindSafe for VideoStatsSnippet
impl Send for VideoStatsSnippet
impl Sync for VideoStatsSnippet
impl Unpin for VideoStatsSnippet
impl UnwindSafe for VideoStatsSnippet
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