pub struct LinkPreviewTypeVideoNote {
pub video_note: VideoNote,
}Expand description
The link is a link to a video note message
Fields§
§video_note: VideoNoteThe video note
Trait Implementations§
Source§impl Clone for LinkPreviewTypeVideoNote
impl Clone for LinkPreviewTypeVideoNote
Source§fn clone(&self) -> LinkPreviewTypeVideoNote
fn clone(&self) -> LinkPreviewTypeVideoNote
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 LinkPreviewTypeVideoNote
impl Debug for LinkPreviewTypeVideoNote
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeVideoNote
impl<'de> Deserialize<'de> for LinkPreviewTypeVideoNote
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 LinkPreviewTypeVideoNote
impl PartialEq for LinkPreviewTypeVideoNote
Source§impl Serialize for LinkPreviewTypeVideoNote
impl Serialize for LinkPreviewTypeVideoNote
impl StructuralPartialEq for LinkPreviewTypeVideoNote
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeVideoNote
impl RefUnwindSafe for LinkPreviewTypeVideoNote
impl Send for LinkPreviewTypeVideoNote
impl Sync for LinkPreviewTypeVideoNote
impl Unpin for LinkPreviewTypeVideoNote
impl UnsafeUnpin for LinkPreviewTypeVideoNote
impl UnwindSafe for LinkPreviewTypeVideoNote
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