pub struct LkInfo<'o> {
pub kind: &'static str,
pub dir: &'o Path,
}
Expand description
miscellaneous information about the runtime
Fields§
§kind: &'static str
the kind of runtime in use - currently only known is “lmdb”
dir: &'o Path
the path under which it is saved
Trait Implementations§
Auto Trait Implementations§
impl<'o> RefUnwindSafe for LkInfo<'o>
impl<'o> Send for LkInfo<'o>
impl<'o> Sync for LkInfo<'o>
impl<'o> Unpin for LkInfo<'o>
impl<'o> UnwindSafe for LkInfo<'o>
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