pub struct TokioInterf;
Trait Implementations§
Source§impl Debug for TokioInterf
impl Debug for TokioInterf
Source§impl MutexedCaches for TokioInterf
impl MutexedCaches for TokioInterf
Source§type MetadataFs = File
type MetadataFs = File
A type which could be used for the File IO operations. This type must implement
UnifiedFs which is a common interface for the required IO operations.
Source§type ResolveCache = Mutex<CacheInstance<ResolveConfig, <TokioInterf as MutexedCaches>::MetadataFs>>
type ResolveCache = Mutex<CacheInstance<ResolveConfig, <TokioInterf as MutexedCaches>::MetadataFs>>
Source§type HostCahae = Mutex<CacheInstance<HostConfig, <TokioInterf as MutexedCaches>::MetadataFs>>
type HostCahae = Mutex<CacheInstance<HostConfig, <TokioInterf as MutexedCaches>::MetadataFs>>
Auto Trait Implementations§
impl Freeze for TokioInterf
impl RefUnwindSafe for TokioInterf
impl Send for TokioInterf
impl Sync for TokioInterf
impl Unpin for TokioInterf
impl UnwindSafe for TokioInterf
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