[−][src]Struct fuse::FuseServerBuilder
Implementations
impl<Handlers, MountOptions> FuseServerBuilder<Handlers, MountOptions> where
Handlers: FuseHandlers,
MountOptions: FuseMountOptions,
[src]
Handlers: FuseHandlers,
MountOptions: FuseMountOptions,
pub fn new(handlers: Handlers) -> Self
[src]
pub fn set_mount_options(self, mount_options: MountOptions) -> Self
[src]
pub fn mount<Mount, Path>(
self,
mount_target: Path
) -> Result<FuseServer<Handlers, Mount>> where
Path: AsRef<Path>,
Mount: FuseMount<Options = MountOptions>,
MountOptions: FuseMountOptions<Mount = Mount>,
[src]
self,
mount_target: Path
) -> Result<FuseServer<Handlers, Mount>> where
Path: AsRef<Path>,
Mount: FuseMount<Options = MountOptions>,
MountOptions: FuseMountOptions<Mount = Mount>,
Auto Trait Implementations
impl<Handlers, MountOptions> RefUnwindSafe for FuseServerBuilder<Handlers, MountOptions> where
Handlers: RefUnwindSafe,
MountOptions: RefUnwindSafe,
Handlers: RefUnwindSafe,
MountOptions: RefUnwindSafe,
impl<Handlers, MountOptions> Send for FuseServerBuilder<Handlers, MountOptions> where
Handlers: Send,
MountOptions: Send,
Handlers: Send,
MountOptions: Send,
impl<Handlers, MountOptions> Sync for FuseServerBuilder<Handlers, MountOptions> where
Handlers: Sync,
MountOptions: Sync,
Handlers: Sync,
MountOptions: Sync,
impl<Handlers, MountOptions> Unpin for FuseServerBuilder<Handlers, MountOptions> where
Handlers: Unpin,
MountOptions: Unpin,
Handlers: Unpin,
MountOptions: Unpin,
impl<Handlers, MountOptions> UnwindSafe for FuseServerBuilder<Handlers, MountOptions> where
Handlers: UnwindSafe,
MountOptions: UnwindSafe,
Handlers: UnwindSafe,
MountOptions: 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>,