pub struct LocalExecutor { /* private fields */ }Trait Implementations§
Source§impl Clone for LocalExecutor
impl Clone for LocalExecutor
Source§fn clone(&self) -> LocalExecutor
fn clone(&self) -> LocalExecutor
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 LocalExecutor
impl Debug for LocalExecutor
Auto Trait Implementations§
impl Freeze for LocalExecutor
impl RefUnwindSafe for LocalExecutor
impl Send for LocalExecutor
impl Sync for LocalExecutor
impl Unpin for LocalExecutor
impl UnwindSafe for LocalExecutor
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