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