pub struct Node<TEvent, TEntity>where
TEntity: Receiver<TEvent>,{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<TEvent, TEntity> Receiver<TEvent> for Node<TEvent, TEntity>where
TEntity: Receiver<TEvent>,
impl<TEvent, TEntity> Receiver<TEvent> for Node<TEvent, TEntity>where
TEntity: Receiver<TEvent>,
Auto Trait Implementations§
impl<TEvent, TEntity> Freeze for Node<TEvent, TEntity>where
TEntity: Freeze,
impl<TEvent, TEntity> RefUnwindSafe for Node<TEvent, TEntity>where
TEntity: RefUnwindSafe,
TEvent: RefUnwindSafe,
impl<TEvent, TEntity> Send for Node<TEvent, TEntity>
impl<TEvent, TEntity> Sync for Node<TEvent, TEntity>
impl<TEvent, TEntity> Unpin for Node<TEvent, TEntity>
impl<TEvent, TEntity> UnwindSafe for Node<TEvent, TEntity>where
TEntity: UnwindSafe,
TEvent: 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