pub enum BusinessBotRecipients {
BusinessBotRecipients(BusinessBotRecipients),
}Expand description
Variants§
BusinessBotRecipients(BusinessBotRecipients)
Trait Implementations§
Source§impl Clone for BusinessBotRecipients
impl Clone for BusinessBotRecipients
Source§fn clone(&self) -> BusinessBotRecipients
fn clone(&self) -> BusinessBotRecipients
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 BusinessBotRecipients
impl Debug for BusinessBotRecipients
Source§impl Deserializable for BusinessBotRecipients
impl Deserializable for BusinessBotRecipients
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<BusinessBotRecipients> for BusinessBotRecipients
impl From<BusinessBotRecipients> for BusinessBotRecipients
Source§fn from(x: BusinessBotRecipients) -> Self
fn from(x: BusinessBotRecipients) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BusinessBotRecipients
impl PartialEq for BusinessBotRecipients
Source§impl Serializable for BusinessBotRecipients
impl Serializable for BusinessBotRecipients
Source§impl TryFrom<BusinessBotRecipients> for BusinessBotRecipients
impl TryFrom<BusinessBotRecipients> for BusinessBotRecipients
Source§type Error = BusinessBotRecipients
type Error = BusinessBotRecipients
The type returned in the event of a conversion error.
impl StructuralPartialEq for BusinessBotRecipients
Auto Trait Implementations§
impl Freeze for BusinessBotRecipients
impl RefUnwindSafe for BusinessBotRecipients
impl Send for BusinessBotRecipients
impl Sync for BusinessBotRecipients
impl Unpin for BusinessBotRecipients
impl UnsafeUnpin for BusinessBotRecipients
impl UnwindSafe for BusinessBotRecipients
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