pub struct VideoEmbed {
pub url: String,
pub width: usize,
pub height: usize,
}Fields§
§url: String§width: usize§height: usizeTrait Implementations§
Source§impl Clone for VideoEmbed
impl Clone for VideoEmbed
Source§fn clone(&self) -> VideoEmbed
fn clone(&self) -> VideoEmbed
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 VideoEmbed
impl Debug for VideoEmbed
Source§impl<'de> Deserialize<'de> for VideoEmbed
impl<'de> Deserialize<'de> for VideoEmbed
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 VideoEmbed
impl PartialEq for VideoEmbed
Source§fn eq(&self, other: &VideoEmbed) -> bool
fn eq(&self, other: &VideoEmbed) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VideoEmbed
impl Serialize for VideoEmbed
impl StructuralPartialEq for VideoEmbed
Auto Trait Implementations§
impl Freeze for VideoEmbed
impl RefUnwindSafe for VideoEmbed
impl Send for VideoEmbed
impl Sync for VideoEmbed
impl Unpin for VideoEmbed
impl UnsafeUnpin for VideoEmbed
impl UnwindSafe for VideoEmbed
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