Struct google_youtube3::api::LocalizedProperty
source · pub struct LocalizedProperty {
pub default: Option<String>,
pub default_language: Option<LanguageTag>,
pub localized: Option<Vec<LocalizedString>>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§default: Option<String>
no description provided
default_language: Option<LanguageTag>
The language of the default property.
localized: Option<Vec<LocalizedString>>
no description provided
Trait Implementations§
source§impl Clone for LocalizedProperty
impl Clone for LocalizedProperty
source§fn clone(&self) -> LocalizedProperty
fn clone(&self) -> LocalizedProperty
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 LocalizedProperty
impl Debug for LocalizedProperty
source§impl Default for LocalizedProperty
impl Default for LocalizedProperty
source§fn default() -> LocalizedProperty
fn default() -> LocalizedProperty
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LocalizedProperty
impl<'de> Deserialize<'de> for LocalizedProperty
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 LocalizedProperty
impl Serialize for LocalizedProperty
impl Part for LocalizedProperty
Auto Trait Implementations§
impl RefUnwindSafe for LocalizedProperty
impl Send for LocalizedProperty
impl Sync for LocalizedProperty
impl Unpin for LocalizedProperty
impl UnwindSafe for LocalizedProperty
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