pub struct NativeVersionedLog<S: ?Sized> { /* private fields */ }Expand description
Versioned transaction log backed by a native key/value-style store.
Implementations§
Trait Implementations§
Source§impl<S: NativeLogStorage + ?Sized + 'static> TransactionLog for NativeVersionedLog<S>
impl<S: NativeLogStorage + ?Sized + 'static> TransactionLog for NativeVersionedLog<S>
Auto Trait Implementations§
impl<S> !Freeze for NativeVersionedLog<S>
impl<S> RefUnwindSafe for NativeVersionedLog<S>where
S: RefUnwindSafe + ?Sized,
impl<S> Send for NativeVersionedLog<S>
impl<S> Sync for NativeVersionedLog<S>
impl<S> Unpin for NativeVersionedLog<S>where
S: ?Sized,
impl<S> UnsafeUnpin for NativeVersionedLog<S>where
S: ?Sized,
impl<S> UnwindSafe for NativeVersionedLog<S>where
S: RefUnwindSafe + ?Sized,
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