pub struct FileStorageAdapter { /* private fields */ }Implementations§
Source§impl FileStorageAdapter
impl FileStorageAdapter
pub fn new(base_path: PathBuf) -> StorageResult<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStorageAdapter
impl RefUnwindSafe for FileStorageAdapter
impl Send for FileStorageAdapter
impl Sync for FileStorageAdapter
impl Unpin for FileStorageAdapter
impl UnsafeUnpin for FileStorageAdapter
impl UnwindSafe for FileStorageAdapter
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