pub struct InteractionCreate(pub Interaction);
Tuple Fields§
§0: Interaction
Methods from Deref<Target = Interaction>§
Trait Implementations§
Source§impl Clone for InteractionCreate
impl Clone for InteractionCreate
Source§fn clone(&self) -> InteractionCreate
fn clone(&self) -> InteractionCreate
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 InteractionCreate
impl Debug for InteractionCreate
Source§impl Deref for InteractionCreate
impl Deref for InteractionCreate
Source§impl DerefMut for InteractionCreate
impl DerefMut for InteractionCreate
Source§impl<'de> Deserialize<'de> for InteractionCreate
impl<'de> Deserialize<'de> for InteractionCreate
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 InteractionCreate
impl PartialEq for InteractionCreate
Source§impl Serialize for InteractionCreate
impl Serialize for InteractionCreate
impl StructuralPartialEq for InteractionCreate
Auto Trait Implementations§
impl Freeze for InteractionCreate
impl RefUnwindSafe for InteractionCreate
impl Send for InteractionCreate
impl Sync for InteractionCreate
impl Unpin for InteractionCreate
impl UnwindSafe for InteractionCreate
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