pub struct DaemonHandle<P: Provider + 'static = DefaultProvider> {
pub config: DaemonConfig,
pub shutdown_tx: Sender<()>,
pub daemon: Daemon<P>,
}Fields§
§config: DaemonConfig§shutdown_tx: Sender<()>§daemon: Daemon<P>Implementations§
Auto Trait Implementations§
impl<P> Freeze for DaemonHandle<P>
impl<P = Retrying<ProviderRegistry<RemoteProvider>>> !RefUnwindSafe for DaemonHandle<P>
impl<P> Send for DaemonHandle<P>
impl<P> Sync for DaemonHandle<P>
impl<P> Unpin for DaemonHandle<P>
impl<P> UnsafeUnpin for DaemonHandle<P>
impl<P = Retrying<ProviderRegistry<RemoteProvider>>> !UnwindSafe for DaemonHandle<P>
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