Struct twilight_model::id::marker::MessageMarker
source · #[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 RefUnwindSafe for MessageMarker
impl Send for MessageMarker
impl Sync for MessageMarker
impl Unpin for MessageMarker
impl UnwindSafe for MessageMarker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more