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