pub struct LinkPreviewTypeDirectMessagesChat {
pub photo: Option<ChatPhoto>,
}Expand description
The link is a link to a direct messages chat of a channel
Fields§
§photo: Option<ChatPhoto>Photo of the channel chat; may be null
Trait Implementations§
Source§impl Clone for LinkPreviewTypeDirectMessagesChat
impl Clone for LinkPreviewTypeDirectMessagesChat
Source§fn clone(&self) -> LinkPreviewTypeDirectMessagesChat
fn clone(&self) -> LinkPreviewTypeDirectMessagesChat
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 LinkPreviewTypeDirectMessagesChat
impl<'de> Deserialize<'de> for LinkPreviewTypeDirectMessagesChat
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 LinkPreviewTypeDirectMessagesChat
impl PartialEq for LinkPreviewTypeDirectMessagesChat
Source§fn eq(&self, other: &LinkPreviewTypeDirectMessagesChat) -> bool
fn eq(&self, other: &LinkPreviewTypeDirectMessagesChat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinkPreviewTypeDirectMessagesChat
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeDirectMessagesChat
impl RefUnwindSafe for LinkPreviewTypeDirectMessagesChat
impl Send for LinkPreviewTypeDirectMessagesChat
impl Sync for LinkPreviewTypeDirectMessagesChat
impl Unpin for LinkPreviewTypeDirectMessagesChat
impl UnsafeUnpin for LinkPreviewTypeDirectMessagesChat
impl UnwindSafe for LinkPreviewTypeDirectMessagesChat
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