pub struct FsStorageEngine {
pub root: PathBuf,
}
Fields§
§root: PathBuf
Implementations§
Source§impl FsStorageEngine
impl FsStorageEngine
pub fn new<P>(path: P) -> FsStorageEngine
Trait Implementations§
Source§impl Clone for FsStorageEngine
impl Clone for FsStorageEngine
Source§fn clone(&self) -> FsStorageEngine
fn clone(&self) -> FsStorageEngine
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for FsStorageEngine
impl Default for FsStorageEngine
Source§fn default() -> FsStorageEngine
fn default() -> FsStorageEngine
Returns the “default value” for a type. Read more
Source§impl StorageEngine for FsStorageEngine
impl StorageEngine for FsStorageEngine
Auto Trait Implementations§
impl Freeze for FsStorageEngine
impl RefUnwindSafe for FsStorageEngine
impl Send for FsStorageEngine
impl Sync for FsStorageEngine
impl Unpin for FsStorageEngine
impl UnwindSafe for FsStorageEngine
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