Struct hyper_scripter_historian::Historian [−][src]
pub struct Historian { /* fields omitted */ }
Implementations
pub async fn previous_args_list(
&self,
id: i64,
limit: u32,
offset: u32,
dir: Option<&Path>
) -> Result<impl ExactSizeIterator<Item = String>, DBError>
pub async fn ignore_args_range(
&self,
script_id: i64,
min: NonZeroU64,
max: Option<NonZeroU64>
) -> Result<Option<IgnoreResult>, DBError>
pub async fn ignore_args(
&self,
script_id: i64,
number: NonZeroU64
) -> Result<Option<IgnoreResult>, DBError>
pub async fn last_time_of(
&self,
script_id: i64,
ty: EventType
) -> Result<Option<NaiveDateTime>, DBError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Historian
impl UnwindSafe for Historian
Blanket Implementations
Mutably borrows from an owned value. Read more