pub enum AttachMenuBotsBot {
AttachMenuBotsBot(AttachMenuBotsBot),
}Expand description
Variants§
AttachMenuBotsBot(AttachMenuBotsBot)
Trait Implementations§
Source§impl Clone for AttachMenuBotsBot
impl Clone for AttachMenuBotsBot
Source§fn clone(&self) -> AttachMenuBotsBot
fn clone(&self) -> AttachMenuBotsBot
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 AttachMenuBotsBot
impl Debug for AttachMenuBotsBot
Source§impl Deserializable for AttachMenuBotsBot
impl Deserializable for AttachMenuBotsBot
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<AttachMenuBotsBot> for AttachMenuBotsBot
impl From<AttachMenuBotsBot> for AttachMenuBotsBot
Source§fn from(x: AttachMenuBotsBot) -> Self
fn from(x: AttachMenuBotsBot) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AttachMenuBotsBot
impl PartialEq for AttachMenuBotsBot
Source§impl Serializable for AttachMenuBotsBot
impl Serializable for AttachMenuBotsBot
Source§impl TryFrom<AttachMenuBotsBot> for AttachMenuBotsBot
impl TryFrom<AttachMenuBotsBot> for AttachMenuBotsBot
Source§type Error = AttachMenuBotsBot
type Error = AttachMenuBotsBot
The type returned in the event of a conversion error.
impl StructuralPartialEq for AttachMenuBotsBot
Auto Trait Implementations§
impl Freeze for AttachMenuBotsBot
impl RefUnwindSafe for AttachMenuBotsBot
impl Send for AttachMenuBotsBot
impl Sync for AttachMenuBotsBot
impl Unpin for AttachMenuBotsBot
impl UnsafeUnpin for AttachMenuBotsBot
impl UnwindSafe for AttachMenuBotsBot
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