pub struct VideoUrlPart {
pub video_url: MediaUrl,
}Expand description
Video URL content part wrapper.
Fields§
§video_url: MediaUrlVideo media URL.
Trait Implementations§
Source§impl Clone for VideoUrlPart
impl Clone for VideoUrlPart
Source§fn clone(&self) -> VideoUrlPart
fn clone(&self) -> VideoUrlPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VideoUrlPart
impl Debug for VideoUrlPart
Source§impl<'de> Deserialize<'de> for VideoUrlPart
impl<'de> Deserialize<'de> for VideoUrlPart
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 PartialEq for VideoUrlPart
impl PartialEq for VideoUrlPart
Source§fn eq(&self, other: &VideoUrlPart) -> bool
fn eq(&self, other: &VideoUrlPart) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VideoUrlPart
impl Serialize for VideoUrlPart
impl StructuralPartialEq for VideoUrlPart
Auto Trait Implementations§
impl Freeze for VideoUrlPart
impl RefUnwindSafe for VideoUrlPart
impl Send for VideoUrlPart
impl Sync for VideoUrlPart
impl Unpin for VideoUrlPart
impl UnsafeUnpin for VideoUrlPart
impl UnwindSafe for VideoUrlPart
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