pub struct ReactorPattern<E>(/* private fields */);Implementations§
Source§impl<E: Send + 'static> ReactorPattern<E>
impl<E: Send + 'static> ReactorPattern<E>
pub fn builder() -> ReactorBuilder<E>
Auto Trait Implementations§
impl<E> Freeze for ReactorPattern<E>
impl<E> RefUnwindSafe for ReactorPattern<E>where
E: RefUnwindSafe,
impl<E> Send for ReactorPattern<E>where
E: Send,
impl<E> Sync for ReactorPattern<E>where
E: Sync,
impl<E> Unpin for ReactorPattern<E>where
E: Unpin,
impl<E> UnsafeUnpin for ReactorPattern<E>
impl<E> UnwindSafe for ReactorPattern<E>where
E: 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