Struct bolic_network::hub::event::EventBlockingReceiver
source · pub struct EventBlockingReceiver<T> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T> Freeze for EventBlockingReceiver<T>
impl<T> RefUnwindSafe for EventBlockingReceiver<T>
impl<T> Send for EventBlockingReceiver<T>where
T: Send,
impl<T> !Sync for EventBlockingReceiver<T>
impl<T> Unpin for EventBlockingReceiver<T>
impl<T> UnwindSafe for EventBlockingReceiver<T>
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