pub struct AsyncSchedulerClient<R: AsyncRuntime> { /* private fields */ }Expand description
Client for AsyncSchedulerRunner
created by AsyncSchedulerRunner::client.
§Clone
this client is cheap to clone.
Implementations§
Source§impl<R: AsyncRuntime> AsyncSchedulerClient<R>
impl<R: AsyncRuntime> AsyncSchedulerClient<R>
Trait Implementations§
Source§impl<R: AsyncRuntime> Clone for AsyncSchedulerClient<R>
impl<R: AsyncRuntime> Clone for AsyncSchedulerClient<R>
Auto Trait Implementations§
impl<R> Freeze for AsyncSchedulerClient<R>
impl<R> RefUnwindSafe for AsyncSchedulerClient<R>
impl<R> Send for AsyncSchedulerClient<R>
impl<R> Sync for AsyncSchedulerClient<R>
impl<R> Unpin for AsyncSchedulerClient<R>
impl<R> UnwindSafe for AsyncSchedulerClient<R>
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