[−][src]Struct fuse::os::linux::CuseServerBuilder   
This is supported on Linux and 
feature="std" only.Implementations
impl<Handlers> CuseServerBuilder<Handlers, NoopServerHooks>[src]
pub fn new(
    device_name: impl AsRef<OsStr>, 
    handlers: Handlers
) -> CuseServerBuilder<Handlers, NoopServerHooks>[src]
device_name: impl AsRef<OsStr>,
handlers: Handlers
) -> CuseServerBuilder<Handlers, NoopServerHooks>
This is supported on Linux only.
impl<Handlers, Hooks> CuseServerBuilder<Handlers, Hooks>[src]
pub fn set_hooks<H>(self, hooks: H) -> CuseServerBuilder<Handlers, H>[src]
This is supported on Linux only.
impl<Handlers, Hooks> CuseServerBuilder<Handlers, Hooks> where
    Handlers: CuseHandlers,
    Hooks: ServerHooks, [src]
Handlers: CuseHandlers,
Hooks: ServerHooks,
pub fn build(self) -> Result<CuseServer<DevCuseChannel, Handlers, Hooks>>[src]
This is supported on Linux only.
Auto Trait Implementations
impl<Handlers, Hooks> RefUnwindSafe for CuseServerBuilder<Handlers, Hooks> where
    Handlers: RefUnwindSafe,
    Hooks: RefUnwindSafe, 
Handlers: RefUnwindSafe,
Hooks: RefUnwindSafe,
impl<Handlers, Hooks> Send for CuseServerBuilder<Handlers, Hooks> where
    Handlers: Send,
    Hooks: Send, 
Handlers: Send,
Hooks: Send,
impl<Handlers, Hooks> Sync for CuseServerBuilder<Handlers, Hooks> where
    Handlers: Sync,
    Hooks: Sync, 
Handlers: Sync,
Hooks: Sync,
impl<Handlers, Hooks> Unpin for CuseServerBuilder<Handlers, Hooks> where
    Handlers: Unpin,
    Hooks: Unpin, 
Handlers: Unpin,
Hooks: Unpin,
impl<Handlers, Hooks> UnwindSafe for CuseServerBuilder<Handlers, Hooks> where
    Handlers: UnwindSafe,
    Hooks: UnwindSafe, 
Handlers: UnwindSafe,
Hooks: UnwindSafe,
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>,