Struct seec_channel::multi::MsgFrom
source · pub struct MsgFrom<T> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: PartialEq> PartialEq for MsgFrom<T>
impl<T: PartialEq> PartialEq for MsgFrom<T>
impl<T: Eq> Eq for MsgFrom<T>
impl<T> StructuralPartialEq for MsgFrom<T>
Auto Trait Implementations§
impl<T> Freeze for MsgFrom<T>where
T: Freeze,
impl<T> RefUnwindSafe for MsgFrom<T>where
T: RefUnwindSafe,
impl<T> Send for MsgFrom<T>where
T: Send,
impl<T> Sync for MsgFrom<T>where
T: Sync,
impl<T> Unpin for MsgFrom<T>where
T: Unpin,
impl<T> UnwindSafe for MsgFrom<T>where
T: 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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.