pub struct AsyncGlobalExecutor;
Expand description
Dummy object implementing executor-trait common interfaces on top of async-global-executor
Trait Implementations§
Source§impl Clone for AsyncGlobalExecutor
impl Clone for AsyncGlobalExecutor
Source§fn clone(&self) -> AsyncGlobalExecutor
fn clone(&self) -> AsyncGlobalExecutor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AsyncGlobalExecutor
impl Debug for AsyncGlobalExecutor
Source§impl Default for AsyncGlobalExecutor
impl Default for AsyncGlobalExecutor
Source§fn default() -> AsyncGlobalExecutor
fn default() -> AsyncGlobalExecutor
Returns the “default value” for a type. Read more
Source§impl Executor for AsyncGlobalExecutor
impl Executor for AsyncGlobalExecutor
Source§impl Ord for AsyncGlobalExecutor
impl Ord for AsyncGlobalExecutor
Source§fn cmp(&self, other: &AsyncGlobalExecutor) -> Ordering
fn cmp(&self, other: &AsyncGlobalExecutor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AsyncGlobalExecutor
impl PartialEq for AsyncGlobalExecutor
Source§impl PartialOrd for AsyncGlobalExecutor
impl PartialOrd for AsyncGlobalExecutor
impl Copy for AsyncGlobalExecutor
impl Eq for AsyncGlobalExecutor
impl FullExecutor for AsyncGlobalExecutor
impl StructuralPartialEq for AsyncGlobalExecutor
Auto Trait Implementations§
impl Freeze for AsyncGlobalExecutor
impl RefUnwindSafe for AsyncGlobalExecutor
impl Send for AsyncGlobalExecutor
impl Sync for AsyncGlobalExecutor
impl Unpin for AsyncGlobalExecutor
impl UnwindSafe for AsyncGlobalExecutor
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