Struct hyper_scripter_historian::Historian
source · [−]pub struct Historian { /* private fields */ }
Implementations
pub async fn previous_args_list(
&self,
ids: &[i64],
limit: u32,
offset: u32,
dir: Option<&Path>
) -> Result<impl ExactSizeIterator<Item = (i64, String)>, DBError>
pub async fn ignore_args_by_id(
&self,
event_id: i64
) -> Result<Option<LastTimeRecord>, DBError>
pub async fn humble_args_by_id(
&self,
event_id: i64
) -> Result<Option<LastTimeRecord>, DBError>
pub async fn ignore_args_range(
&self,
ids: &[i64],
min: NonZeroU64,
max: Option<NonZeroU64>
) -> Result<Vec<LastTimeRecord>, DBError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Historian
impl UnwindSafe for Historian
Blanket Implementations
Mutably borrows from an owned value. Read more