pub struct FinishedReactor<'x, S>(/* private fields */)
where
S: ReactorInitializer;Expand description
Final result of the assembly of a reactor.
Auto Trait Implementations§
impl<'x, S> Freeze for FinishedReactor<'x, S>where
S: Freeze,
impl<'x, S> RefUnwindSafe for FinishedReactor<'x, S>where
S: RefUnwindSafe,
impl<'x, S> Send for FinishedReactor<'x, S>where
S: Send,
impl<'x, S> Sync for FinishedReactor<'x, S>where
S: Sync,
impl<'x, S> Unpin for FinishedReactor<'x, S>where
S: Unpin,
impl<'x, S> !UnwindSafe for FinishedReactor<'x, S>
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