pub enum BusinessRecipients {
BusinessRecipients(BusinessRecipients),
}Variants§
BusinessRecipients(BusinessRecipients)
Describes private chats chosen for automatic interaction with a business
Trait Implementations§
Source§impl Clone for BusinessRecipients
impl Clone for BusinessRecipients
Source§fn clone(&self) -> BusinessRecipients
fn clone(&self) -> BusinessRecipients
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 BusinessRecipients
impl Debug for BusinessRecipients
Source§impl<'de> Deserialize<'de> for BusinessRecipients
impl<'de> Deserialize<'de> for BusinessRecipients
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 BusinessRecipients
impl PartialEq for BusinessRecipients
Source§impl Serialize for BusinessRecipients
impl Serialize for BusinessRecipients
impl StructuralPartialEq for BusinessRecipients
Auto Trait Implementations§
impl Freeze for BusinessRecipients
impl RefUnwindSafe for BusinessRecipients
impl Send for BusinessRecipients
impl Sync for BusinessRecipients
impl Unpin for BusinessRecipients
impl UnwindSafe for BusinessRecipients
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