pub struct ProcessManagerPattern<P>(/* private fields */);Implementations§
Source§impl<P: ProcessManager> ProcessManagerPattern<P>
impl<P: ProcessManager> ProcessManagerPattern<P>
pub fn builder() -> ProcessManagerBuilder<P>
Auto Trait Implementations§
impl<P> Freeze for ProcessManagerPattern<P>
impl<P> RefUnwindSafe for ProcessManagerPattern<P>where
P: RefUnwindSafe,
impl<P> Send for ProcessManagerPattern<P>where
P: Send,
impl<P> Sync for ProcessManagerPattern<P>where
P: Sync,
impl<P> Unpin for ProcessManagerPattern<P>where
P: Unpin,
impl<P> UnsafeUnpin for ProcessManagerPattern<P>
impl<P> UnwindSafe for ProcessManagerPattern<P>where
P: 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