pub struct NativeExecutor(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for NativeExecutor
impl Debug for NativeExecutor
Source§impl Default for NativeExecutor
impl Default for NativeExecutor
Auto Trait Implementations§
impl Freeze for NativeExecutor
impl RefUnwindSafe for NativeExecutor
impl Send for NativeExecutor
impl Sync for NativeExecutor
impl Unpin for NativeExecutor
impl UnsafeUnpin for NativeExecutor
impl UnwindSafe for NativeExecutor
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