Struct google_youtube3::api::InvideoPosition
source · pub struct InvideoPosition {
pub corner_position: Option<String>,
pub type_: Option<String>,
}
Expand description
Describes the spatial position of a visual widget inside a video. It is a union of various position types, out of which only will be set one.
This type is not used in any activity, and only used as part of another schema.
Fields§
§corner_position: Option<String>
Describes in which corner of the video the visual widget will appear.
type_: Option<String>
Defines the position type.
Trait Implementations§
source§impl Clone for InvideoPosition
impl Clone for InvideoPosition
source§fn clone(&self) -> InvideoPosition
fn clone(&self) -> InvideoPosition
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 InvideoPosition
impl Debug for InvideoPosition
source§impl Default for InvideoPosition
impl Default for InvideoPosition
source§fn default() -> InvideoPosition
fn default() -> InvideoPosition
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InvideoPosition
impl<'de> Deserialize<'de> for InvideoPosition
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 InvideoPosition
impl Serialize for InvideoPosition
impl Part for InvideoPosition
Auto Trait Implementations§
impl RefUnwindSafe for InvideoPosition
impl Send for InvideoPosition
impl Sync for InvideoPosition
impl Unpin for InvideoPosition
impl UnwindSafe for InvideoPosition
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