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