pub enum AttachmentMenuBotColor {
AttachmentMenuBotColor(AttachmentMenuBotColor),
}
Variants§
AttachmentMenuBotColor(AttachmentMenuBotColor)
Describes a color to highlight a bot added to attachment menu
Trait Implementations§
Source§impl Clone for AttachmentMenuBotColor
impl Clone for AttachmentMenuBotColor
Source§fn clone(&self) -> AttachmentMenuBotColor
fn clone(&self) -> AttachmentMenuBotColor
Returns a copy 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 AttachmentMenuBotColor
impl Debug for AttachmentMenuBotColor
Source§impl<'de> Deserialize<'de> for AttachmentMenuBotColor
impl<'de> Deserialize<'de> for AttachmentMenuBotColor
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 AttachmentMenuBotColor
impl PartialEq for AttachmentMenuBotColor
Source§impl Serialize for AttachmentMenuBotColor
impl Serialize for AttachmentMenuBotColor
impl StructuralPartialEq for AttachmentMenuBotColor
Auto Trait Implementations§
impl Freeze for AttachmentMenuBotColor
impl RefUnwindSafe for AttachmentMenuBotColor
impl Send for AttachmentMenuBotColor
impl Sync for AttachmentMenuBotColor
impl Unpin for AttachmentMenuBotColor
impl UnwindSafe for AttachmentMenuBotColor
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