pub struct StdioProcessServiceFactory { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T: StateroomContext + Send + Sync + 'static> StateroomServiceFactory<T> for StdioProcessServiceFactory
impl<T: StateroomContext + Send + Sync + 'static> StateroomServiceFactory<T> for StdioProcessServiceFactory
Auto Trait Implementations§
impl Freeze for StdioProcessServiceFactory
impl RefUnwindSafe for StdioProcessServiceFactory
impl Send for StdioProcessServiceFactory
impl Sync for StdioProcessServiceFactory
impl Unpin for StdioProcessServiceFactory
impl UnwindSafe for StdioProcessServiceFactory
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