Struct google_youtube3::api::VideoLocalization
source · pub struct VideoLocalization {
pub description: Option<String>,
pub title: Option<String>,
}
Expand description
Localized versions of certain video properties (e.g. title).
This type is not used in any activity, and only used as part of another schema.
Fields§
§description: Option<String>
Localized version of the video’s description.
title: Option<String>
Localized version of the video’s title.
Trait Implementations§
source§impl Clone for VideoLocalization
impl Clone for VideoLocalization
source§fn clone(&self) -> VideoLocalization
fn clone(&self) -> VideoLocalization
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 VideoLocalization
impl Debug for VideoLocalization
source§impl Default for VideoLocalization
impl Default for VideoLocalization
source§fn default() -> VideoLocalization
fn default() -> VideoLocalization
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoLocalization
impl<'de> Deserialize<'de> for VideoLocalization
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 VideoLocalization
impl Serialize for VideoLocalization
impl Part for VideoLocalization
Auto Trait Implementations§
impl RefUnwindSafe for VideoLocalization
impl Send for VideoLocalization
impl Sync for VideoLocalization
impl Unpin for VideoLocalization
impl UnwindSafe for VideoLocalization
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