pub enum AttachmentMenuBot {
AttachmentMenuBot(AttachmentMenuBot),
}
Variants§
AttachmentMenuBot(AttachmentMenuBot)
Represents a bot, which can be added to attachment or side menu
Trait Implementations§
Source§impl Clone for AttachmentMenuBot
impl Clone for AttachmentMenuBot
Source§fn clone(&self) -> AttachmentMenuBot
fn clone(&self) -> AttachmentMenuBot
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 AttachmentMenuBot
impl Debug for AttachmentMenuBot
Source§impl<'de> Deserialize<'de> for AttachmentMenuBot
impl<'de> Deserialize<'de> for AttachmentMenuBot
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 AttachmentMenuBot
impl PartialEq for AttachmentMenuBot
Source§impl Serialize for AttachmentMenuBot
impl Serialize for AttachmentMenuBot
impl StructuralPartialEq for AttachmentMenuBot
Auto Trait Implementations§
impl Freeze for AttachmentMenuBot
impl RefUnwindSafe for AttachmentMenuBot
impl Send for AttachmentMenuBot
impl Sync for AttachmentMenuBot
impl Unpin for AttachmentMenuBot
impl UnwindSafe for AttachmentMenuBot
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