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
Available on crate feature 
fasync only.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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
    D: ResourceDialect,
 
impl<T, D> Encode<Ambiguous1, D> for Twhere
    D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
    D: ResourceDialect,
 
impl<T, D> Encode<Ambiguous2, D> for Twhere
    D: ResourceDialect,
Source§impl<T> InstanceFromServiceTransport<T> for T
 
impl<T> InstanceFromServiceTransport<T> for T
Source§fn from_service_transport(handle: T) -> T
 
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type 
T to Self