pub struct MpscRxEntity {}Trait Implementations§
Source§impl Clone for MpscRxEntity
impl Clone for MpscRxEntity
Source§fn clone(&self) -> MpscRxEntity
fn clone(&self) -> MpscRxEntity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MpscRxEntity
impl Debug for MpscRxEntity
Source§impl EntityBodySlot for MpscRxEntity
impl EntityBodySlot for MpscRxEntity
const KIND_NAME: &'static str = "MpscRx"
type Value = MpscRxEntity
fn project(body: &EntityBody) -> Option<&Self::Value>
fn project_mut(body: &mut EntityBody) -> Option<&mut Self::Value>
Source§impl<'ʄ> Facet<'ʄ> for MpscRxEntity
impl<'ʄ> Facet<'ʄ> for MpscRxEntity
Source§impl From<MpscRxEntity> for EntityBody
impl From<MpscRxEntity> for EntityBody
Source§fn from(value: MpscRxEntity) -> Self
fn from(value: MpscRxEntity) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MpscRxEntity
impl PartialEq for MpscRxEntity
impl Copy for MpscRxEntity
impl Eq for MpscRxEntity
impl StructuralPartialEq for MpscRxEntity
Auto Trait Implementations§
impl Freeze for MpscRxEntity
impl RefUnwindSafe for MpscRxEntity
impl Send for MpscRxEntity
impl Sync for MpscRxEntity
impl Unpin for MpscRxEntity
impl UnsafeUnpin for MpscRxEntity
impl UnwindSafe for MpscRxEntity
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.