pub struct TaskExecutorRegistry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TaskExecutorRegistry
impl Clone for TaskExecutorRegistry
Source§fn clone(&self) -> TaskExecutorRegistry
fn clone(&self) -> TaskExecutorRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TaskExecutorRegistry
impl Default for TaskExecutorRegistry
Source§fn default() -> TaskExecutorRegistry
fn default() -> TaskExecutorRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for TaskExecutorRegistry
impl !UnwindSafe for TaskExecutorRegistry
impl Freeze for TaskExecutorRegistry
impl Send for TaskExecutorRegistry
impl Sync for TaskExecutorRegistry
impl Unpin for TaskExecutorRegistry
impl UnsafeUnpin for TaskExecutorRegistry
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