pub struct QuantumHost<T> { /* private fields */ }
Expand description
Server host component
Implementations§
Source§impl<T> QuantumHost<T>
impl<T> QuantumHost<T>
pub fn host_on(service_name: &str) -> IpcResult<Self>
pub fn service_signal<N, R, W, D>( &mut self, signal: WaitSignal, new_fn: N, read_fn: R, write_fn: W, disconnect_fn: D, ) -> IpcResult<()>
Auto Trait Implementations§
impl<T> Freeze for QuantumHost<T>
impl<T> RefUnwindSafe for QuantumHost<T>where
T: RefUnwindSafe,
impl<T> Send for QuantumHost<T>where
T: Send,
impl<T> Sync for QuantumHost<T>where
T: Sync,
impl<T> Unpin for QuantumHost<T>
impl<T> UnwindSafe for QuantumHost<T>where
T: RefUnwindSafe,
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