pub struct FileStoreFactory {
pub path: PathBuf,
/* private fields */
}Fields§
§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStoreFactory
impl RefUnwindSafe for FileStoreFactory
impl Send for FileStoreFactory
impl Sync for FileStoreFactory
impl Unpin for FileStoreFactory
impl UnsafeUnpin for FileStoreFactory
impl UnwindSafe for FileStoreFactory
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