pub struct StdContext { /* private fields */ }
Expand description
An executor used to run functions on std::thread::spawn()
instances.
You can just Default
this one, right now it has no state
Trait Implementations§
Source§impl Debug for StdContext
impl Debug for StdContext
Source§impl Default for StdContext
impl Default for StdContext
Source§fn default() -> StdContext
fn default() -> StdContext
Returns the “default value” for a type. Read more
impl Context for StdContext
Auto Trait Implementations§
impl Freeze for StdContext
impl RefUnwindSafe for StdContext
impl Send for StdContext
impl Sync for StdContext
impl Unpin for StdContext
impl UnwindSafe for StdContext
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