pub struct NoopExecutor;
Implementations§
Trait Implementations§
Source§impl Clone for NoopExecutor
impl Clone for NoopExecutor
Source§fn clone(&self) -> NoopExecutor
fn clone(&self) -> NoopExecutor
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 NoopExecutor
impl Debug for NoopExecutor
Source§impl Default for NoopExecutor
impl Default for NoopExecutor
Source§fn default() -> NoopExecutor
fn default() -> NoopExecutor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopExecutor
impl RefUnwindSafe for NoopExecutor
impl Send for NoopExecutor
impl Sync for NoopExecutor
impl Unpin for NoopExecutor
impl UnwindSafe for NoopExecutor
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