pub struct IntentLog { /* private fields */ }Expand description
Persistent log of Intent records. Mirrors crate::OpLog’s
shape: one canonical-JSON file per intent, atomic writes via
tempfile + rename, idempotent on re-puts.
Implementations§
Auto Trait Implementations§
impl Freeze for IntentLog
impl RefUnwindSafe for IntentLog
impl Send for IntentLog
impl Sync for IntentLog
impl Unpin for IntentLog
impl UnsafeUnpin for IntentLog
impl UnwindSafe for IntentLog
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