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