[][src]Struct fuse::CuseServerExecutor

pub struct CuseServerExecutor<Channel, Handlers, Hooks> { /* fields omitted */ }

Implementations

impl<C, Handlers, Hooks> CuseServerExecutor<C, Handlers, Hooks> where
    C: CuseServerChannel,
    Handlers: CuseHandlers,
    Hooks: ServerHooks
[src]

pub fn run(&mut self) -> Result<(), C::Error> where
    C: Send + Sync + 'static,
    Hooks: Send + Sync + 'static, 
[src]

pub fn run_local(&mut self) -> Result<(), C::Error>[src]

This is supported on non-feature="std" only.

Auto Trait Implementations

impl<Channel, Handlers, Hooks> RefUnwindSafe for CuseServerExecutor<Channel, Handlers, Hooks> where
    Channel: RefUnwindSafe,
    Handlers: RefUnwindSafe,
    Hooks: RefUnwindSafe

impl<Channel, Handlers, Hooks> Send for CuseServerExecutor<Channel, Handlers, Hooks> where
    Channel: Send + Sync,
    Handlers: Send + Sync,
    Hooks: Send + Sync

impl<Channel, Handlers, Hooks> Sync for CuseServerExecutor<Channel, Handlers, Hooks> where
    Channel: Send + Sync,
    Handlers: Send + Sync,
    Hooks: Send + Sync

impl<Channel, Handlers, Hooks> Unpin for CuseServerExecutor<Channel, Handlers, Hooks>

impl<Channel, Handlers, Hooks> UnwindSafe for CuseServerExecutor<Channel, Handlers, Hooks> where
    Channel: RefUnwindSafe,
    Handlers: RefUnwindSafe,
    Hooks: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.