Struct google_youtube3::api::PlaylistPlayer
source · pub struct PlaylistPlayer {
pub embed_html: 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§
§embed_html: Option<String>
An
Trait Implementations§
source§impl Clone for PlaylistPlayer
impl Clone for PlaylistPlayer
source§fn clone(&self) -> PlaylistPlayer
fn clone(&self) -> PlaylistPlayer
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 PlaylistPlayer
impl Debug for PlaylistPlayer
source§impl Default for PlaylistPlayer
impl Default for PlaylistPlayer
source§fn default() -> PlaylistPlayer
fn default() -> PlaylistPlayer
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlaylistPlayer
impl<'de> Deserialize<'de> for PlaylistPlayer
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 PlaylistPlayer
impl Serialize for PlaylistPlayer
impl Part for PlaylistPlayer
Auto Trait Implementations§
impl RefUnwindSafe for PlaylistPlayer
impl Send for PlaylistPlayer
impl Sync for PlaylistPlayer
impl Unpin for PlaylistPlayer
impl UnwindSafe for PlaylistPlayer
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