[−][src]Struct fuse::FuseServer
Implementations
impl<C, Handlers, Hooks> FuseServer<C, Handlers, Hooks> where
C: FuseServerChannel,
Handlers: FuseHandlers,
Hooks: ServerHooks,
[src]
C: FuseServerChannel,
Handlers: FuseHandlers,
Hooks: ServerHooks,
pub fn executor_mut(&mut self) -> &mut FuseServerExecutor<C, Handlers, Hooks>
[src]
pub fn new_executor(
&self
) -> Result<FuseServerExecutor<C, Handlers, Hooks>, C::Error>
[src]
&self
) -> Result<FuseServerExecutor<C, Handlers, Hooks>, C::Error>
This is supported on
feature="std"
only.Auto Trait Implementations
impl<Channel, Handlers, Hooks> RefUnwindSafe for FuseServer<Channel, Handlers, Hooks> where
Channel: RefUnwindSafe,
Handlers: RefUnwindSafe,
Hooks: RefUnwindSafe,
Channel: RefUnwindSafe,
Handlers: RefUnwindSafe,
Hooks: RefUnwindSafe,
impl<Channel, Handlers, Hooks> Send for FuseServer<Channel, Handlers, Hooks> where
Channel: Send + Sync,
Handlers: Send + Sync,
Hooks: Send + Sync,
Channel: Send + Sync,
Handlers: Send + Sync,
Hooks: Send + Sync,
impl<Channel, Handlers, Hooks> Sync for FuseServer<Channel, Handlers, Hooks> where
Channel: Send + Sync,
Handlers: Send + Sync,
Hooks: Send + Sync,
Channel: Send + Sync,
Handlers: Send + Sync,
Hooks: Send + Sync,
impl<Channel, Handlers, Hooks> Unpin for FuseServer<Channel, Handlers, Hooks>
impl<Channel, Handlers, Hooks> UnwindSafe for FuseServer<Channel, Handlers, Hooks> where
Channel: RefUnwindSafe,
Handlers: RefUnwindSafe,
Hooks: RefUnwindSafe,
Channel: RefUnwindSafe,
Handlers: RefUnwindSafe,
Hooks: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,