Struct hyper_scripter::script_repo::DBEnv
source · [−]pub struct DBEnv {
pub historian: Historian,
/* private fields */
}
Fields
historian: Historian
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DBEnv
impl Send for DBEnv
impl Sync for DBEnv
impl Unpin for DBEnv
impl !UnwindSafe for DBEnv
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more