pub struct MessageId<M: Message> { /* private fields */ }
Expand description
Unique identifier for a specific message type.
This is primarily used for debugging purposes.
Implementations§
Trait Implementations§
impl<M: Message> Copy for MessageId<M>
Auto Trait Implementations§
impl<M> Freeze for MessageId<M>
impl<M> RefUnwindSafe for MessageId<M>where
M: RefUnwindSafe,
impl<M> Send for MessageId<M>
impl<M> Sync for MessageId<M>
impl<M> Unpin for MessageId<M>where
M: Unpin,
impl<M> UnwindSafe for MessageId<M>where
M: UnwindSafe,
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