pub struct MessageContentVideoUrlObject {
pub video_url: VideoUrl,
}Expand description
References a video URL in the content of a message.
Fields§
§video_url: VideoUrlTrait Implementations§
Source§impl Clone for MessageContentVideoUrlObject
impl Clone for MessageContentVideoUrlObject
Source§fn clone(&self) -> MessageContentVideoUrlObject
fn clone(&self) -> MessageContentVideoUrlObject
Returns a duplicate 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 MessageContentVideoUrlObject
impl Debug for MessageContentVideoUrlObject
Source§impl<'de> Deserialize<'de> for MessageContentVideoUrlObject
impl<'de> Deserialize<'de> for MessageContentVideoUrlObject
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 MessageContentVideoUrlObject
impl PartialEq for MessageContentVideoUrlObject
Source§fn eq(&self, other: &MessageContentVideoUrlObject) -> bool
fn eq(&self, other: &MessageContentVideoUrlObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MessageContentVideoUrlObject
Auto Trait Implementations§
impl Freeze for MessageContentVideoUrlObject
impl RefUnwindSafe for MessageContentVideoUrlObject
impl Send for MessageContentVideoUrlObject
impl Sync for MessageContentVideoUrlObject
impl Unpin for MessageContentVideoUrlObject
impl UnwindSafe for MessageContentVideoUrlObject
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