pub enum DbPath {
File(PathBuf),
Tmpfs(PathBuf),
Memory(PathBuf),
}Variants§
Trait Implementations§
impl Eq for DbPath
impl StructuralPartialEq for DbPath
Auto Trait Implementations§
impl Freeze for DbPath
impl RefUnwindSafe for DbPath
impl Send for DbPath
impl Sync for DbPath
impl Unpin for DbPath
impl UnsafeUnpin for DbPath
impl UnwindSafe for DbPath
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