Struct google_youtube3::api::LevelDetails
source · pub struct LevelDetails {
pub display_name: Option<String>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§display_name: Option<String>
The name that should be used when referring to this level.
Trait Implementations§
source§impl Clone for LevelDetails
impl Clone for LevelDetails
source§fn clone(&self) -> LevelDetails
fn clone(&self) -> LevelDetails
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 LevelDetails
impl Debug for LevelDetails
source§impl Default for LevelDetails
impl Default for LevelDetails
source§fn default() -> LevelDetails
fn default() -> LevelDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LevelDetails
impl<'de> Deserialize<'de> for LevelDetails
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 LevelDetails
impl Serialize for LevelDetails
impl Part for LevelDetails
Auto Trait Implementations§
impl RefUnwindSafe for LevelDetails
impl Send for LevelDetails
impl Sync for LevelDetails
impl Unpin for LevelDetails
impl UnwindSafe for LevelDetails
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