pub struct FileStore<A: Clone + Send + Sync> { /* private fields */ }Expand description
Contains a root path for storing temporary files
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for FileStore<A>
impl<A> RefUnwindSafe for FileStore<A>where
A: RefUnwindSafe,
impl<A> Send for FileStore<A>
impl<A> Sync for FileStore<A>
impl<A> Unpin for FileStore<A>where
A: Unpin,
impl<A> UnsafeUnpin for FileStore<A>
impl<A> UnwindSafe for FileStore<A>where
A: UnwindSafe,
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