pub struct RuleExecutionLog;Expand description
Factory for rule execution log entries. Stored in SQLite for auditability (“why was this archived?”).
Implementations§
Auto Trait Implementations§
impl Freeze for RuleExecutionLog
impl RefUnwindSafe for RuleExecutionLog
impl Send for RuleExecutionLog
impl Sync for RuleExecutionLog
impl Unpin for RuleExecutionLog
impl UnsafeUnpin for RuleExecutionLog
impl UnwindSafe for RuleExecutionLog
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