pub struct Unchecked;Expand description
No version checking - last writer wins.
Events are appended without checking whether other events were added since loading. Suitable for single-writer scenarios or when conflicts are acceptable.
Trait Implementations§
Source§impl ConcurrencyStrategy for Unchecked
impl ConcurrencyStrategy for Unchecked
Source§const CHECK_VERSION: bool = false
const CHECK_VERSION: bool = false
Whether this strategy checks versions before appending.
impl Copy for Unchecked
Auto Trait Implementations§
impl Freeze for Unchecked
impl RefUnwindSafe for Unchecked
impl Send for Unchecked
impl Sync for Unchecked
impl Unpin for Unchecked
impl UnwindSafe for Unchecked
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)