Struct google_youtube3::api::VideoPlayer
source · pub struct VideoPlayer {
pub embed_height: Option<i64>,
pub embed_html: Option<String>,
pub embed_width: Option<i64>,
}
Expand description
Player to be used for a video playback.
This type is not used in any activity, and only used as part of another schema.
Fields§
§embed_height: Option<i64>
no description provided
embed_html: Option<String>
An
embed_width: Option<i64>
The embed width
Trait Implementations§
source§impl Clone for VideoPlayer
impl Clone for VideoPlayer
source§fn clone(&self) -> VideoPlayer
fn clone(&self) -> VideoPlayer
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 VideoPlayer
impl Debug for VideoPlayer
source§impl Default for VideoPlayer
impl Default for VideoPlayer
source§fn default() -> VideoPlayer
fn default() -> VideoPlayer
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoPlayer
impl<'de> Deserialize<'de> for VideoPlayer
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 VideoPlayer
impl Serialize for VideoPlayer
impl Part for VideoPlayer
Auto Trait Implementations§
impl RefUnwindSafe for VideoPlayer
impl Send for VideoPlayer
impl Sync for VideoPlayer
impl Unpin for VideoPlayer
impl UnwindSafe for VideoPlayer
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