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