Struct mssf_core::runtime::executor::DefaultExecutor
source · pub struct DefaultExecutor { /* private fields */ }
Implementations§
source§impl DefaultExecutor
impl DefaultExecutor
pub fn new(rt: Handle) -> DefaultExecutor
Trait Implementations§
source§impl Clone for DefaultExecutor
impl Clone for DefaultExecutor
source§fn clone(&self) -> DefaultExecutor
fn clone(&self) -> DefaultExecutor
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DefaultExecutor
impl !RefUnwindSafe for DefaultExecutor
impl Send for DefaultExecutor
impl Sync for DefaultExecutor
impl Unpin for DefaultExecutor
impl !UnwindSafe for DefaultExecutor
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