pub struct VibeioExecutor;Expand description
An executor that spawns tasks onto the vibeio runtime.
This type implements hyper::rt::Executor and uses vibeio::spawn to
execute futures on the vibeio runtime.
Trait Implementations§
Source§impl Clone for VibeioExecutor
impl Clone for VibeioExecutor
Source§fn clone(&self) -> VibeioExecutor
fn clone(&self) -> VibeioExecutor
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 VibeioExecutor
impl Debug for VibeioExecutor
Source§impl Default for VibeioExecutor
impl Default for VibeioExecutor
Source§fn default() -> VibeioExecutor
fn default() -> VibeioExecutor
Returns the “default value” for a type. Read more
Source§impl<Fut> Executor<Fut> for VibeioExecutor
impl<Fut> Executor<Fut> for VibeioExecutor
impl Copy for VibeioExecutor
Auto Trait Implementations§
impl Freeze for VibeioExecutor
impl RefUnwindSafe for VibeioExecutor
impl Send for VibeioExecutor
impl Sync for VibeioExecutor
impl Unpin for VibeioExecutor
impl UnsafeUnpin for VibeioExecutor
impl UnwindSafe for VibeioExecutor
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