pub struct FileArchiveStore {
pub root: PathBuf,
}Fields§
§root: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileArchiveStore
impl RefUnwindSafe for FileArchiveStore
impl Send for FileArchiveStore
impl Sync for FileArchiveStore
impl Unpin for FileArchiveStore
impl UnsafeUnpin for FileArchiveStore
impl UnwindSafe for FileArchiveStore
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