pub enum BusinessChatLink {
BusinessChatLink(BusinessChatLink),
}Variants§
BusinessChatLink(BusinessChatLink)
Contains information about a business chat link
Trait Implementations§
Source§impl Clone for BusinessChatLink
impl Clone for BusinessChatLink
Source§fn clone(&self) -> BusinessChatLink
fn clone(&self) -> BusinessChatLink
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 BusinessChatLink
impl Debug for BusinessChatLink
Source§impl<'de> Deserialize<'de> for BusinessChatLink
impl<'de> Deserialize<'de> for BusinessChatLink
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 BusinessChatLink
impl PartialEq for BusinessChatLink
Source§impl Serialize for BusinessChatLink
impl Serialize for BusinessChatLink
impl StructuralPartialEq for BusinessChatLink
Auto Trait Implementations§
impl Freeze for BusinessChatLink
impl RefUnwindSafe for BusinessChatLink
impl Send for BusinessChatLink
impl Sync for BusinessChatLink
impl Unpin for BusinessChatLink
impl UnwindSafe for BusinessChatLink
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