pub struct ManifestStore { /* private fields */ }Expand description
Manifest persistence helpers.
Separated from event_log so the hot append path does not carry
serialization concerns, and so open can cheaply probe the manifest
before deciding whether to run the O(n) scan.
Auto Trait Implementations§
impl Freeze for ManifestStore
impl RefUnwindSafe for ManifestStore
impl Send for ManifestStore
impl Sync for ManifestStore
impl Unpin for ManifestStore
impl UnsafeUnpin for ManifestStore
impl UnwindSafe for ManifestStore
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