Struct hyper_scripter::script_repo::DBEnv
source · [−]pub struct DBEnv {
pub historian: Historian,
/* private fields */
}Fields
historian: HistorianImplementations
sourceimpl DBEnv
impl DBEnv
pub async fn close(self)
pub fn new(
info_pool: SqlitePool,
historian: Historian,
modifies_script: bool
) -> Self
pub async fn handle_neglect(&self, id: i64) -> Result
pub async fn update_last_time_directly(
&self,
last_time: LastTimeRecord
) -> Result
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