pub struct FuchsiaAsync;
Expand description
A type representing the current fuchsia-async executor.
Trait Implementations§
Source§impl Executor for FuchsiaAsync
impl Executor for FuchsiaAsync
impl RunsTransport<Channel> for FuchsiaAsync
Auto Trait Implementations§
impl Freeze for FuchsiaAsync
impl RefUnwindSafe for FuchsiaAsync
impl Send for FuchsiaAsync
impl Sync for FuchsiaAsync
impl Unpin for FuchsiaAsync
impl UnwindSafe for FuchsiaAsync
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