pub struct MessageDeltaContentVideoUrlObject {
pub index: u32,
pub video_url: Option<VideoUrl>,
}Fields§
§index: u32The index of the content part in the message.
video_url: Option<VideoUrl>Trait Implementations§
Source§impl Clone for MessageDeltaContentVideoUrlObject
impl Clone for MessageDeltaContentVideoUrlObject
Source§fn clone(&self) -> MessageDeltaContentVideoUrlObject
fn clone(&self) -> MessageDeltaContentVideoUrlObject
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<'de> Deserialize<'de> for MessageDeltaContentVideoUrlObject
impl<'de> Deserialize<'de> for MessageDeltaContentVideoUrlObject
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 MessageDeltaContentVideoUrlObject
impl PartialEq for MessageDeltaContentVideoUrlObject
Source§fn eq(&self, other: &MessageDeltaContentVideoUrlObject) -> bool
fn eq(&self, other: &MessageDeltaContentVideoUrlObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MessageDeltaContentVideoUrlObject
Auto Trait Implementations§
impl Freeze for MessageDeltaContentVideoUrlObject
impl RefUnwindSafe for MessageDeltaContentVideoUrlObject
impl Send for MessageDeltaContentVideoUrlObject
impl Sync for MessageDeltaContentVideoUrlObject
impl Unpin for MessageDeltaContentVideoUrlObject
impl UnwindSafe for MessageDeltaContentVideoUrlObject
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