#[non_exhaustive]pub struct InteractionMarker;
Expand description
Marker for interaction IDs.
Types such as Interaction
or MessageInteraction
use this ID
marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InteractionMarker
impl RefUnwindSafe for InteractionMarker
impl Send for InteractionMarker
impl Sync for InteractionMarker
impl Unpin for InteractionMarker
impl UnwindSafe for InteractionMarker
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