pub struct Message<C> {
pub header: MsgType,
pub content: C,
}Fields§
§header: MsgType§content: CImplementations§
Trait Implementations§
impl<C: Eq> Eq for Message<C>
impl<C> StructuralPartialEq for Message<C>
Auto Trait Implementations§
impl<C> Freeze for Message<C>where
C: Freeze,
impl<C> RefUnwindSafe for Message<C>where
C: RefUnwindSafe,
impl<C> Send for Message<C>where
C: Send,
impl<C> Sync for Message<C>where
C: Sync,
impl<C> Unpin for Message<C>where
C: Unpin,
impl<C> UnwindSafe for Message<C>where
C: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.