pub struct TargetChatInternalLink {
pub link: InternalLinkType,
}
Expand description
The chat needs to be open with the provided internal link
Fields§
§link: InternalLinkType
An internal link pointing to the chat
Trait Implementations§
Source§impl Clone for TargetChatInternalLink
impl Clone for TargetChatInternalLink
Source§fn clone(&self) -> TargetChatInternalLink
fn clone(&self) -> TargetChatInternalLink
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 TargetChatInternalLink
impl Debug for TargetChatInternalLink
Source§impl<'de> Deserialize<'de> for TargetChatInternalLink
impl<'de> Deserialize<'de> for TargetChatInternalLink
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 TargetChatInternalLink
impl PartialEq for TargetChatInternalLink
Source§impl Serialize for TargetChatInternalLink
impl Serialize for TargetChatInternalLink
impl StructuralPartialEq for TargetChatInternalLink
Auto Trait Implementations§
impl Freeze for TargetChatInternalLink
impl RefUnwindSafe for TargetChatInternalLink
impl Send for TargetChatInternalLink
impl Sync for TargetChatInternalLink
impl Unpin for TargetChatInternalLink
impl UnwindSafe for TargetChatInternalLink
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