pub enum TelemetryCheckpointState {
NotDue,
Completed,
Busy,
Error,
}Expand description
Persisted passive-checkpoint lifecycle state.
Variants§
NotDue
The telemetry write threshold has not yet requested a checkpoint.
Completed
Every WAL frame visible to the passive attempt was checkpointed.
Busy
A reader or writer prevented the passive attempt from completing.
Error
SQLite rejected the passive attempt.
Trait Implementations§
Source§impl Clone for TelemetryCheckpointState
impl Clone for TelemetryCheckpointState
Source§fn clone(&self) -> TelemetryCheckpointState
fn clone(&self) -> TelemetryCheckpointState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TelemetryCheckpointState
impl Debug for TelemetryCheckpointState
Source§impl PartialEq for TelemetryCheckpointState
impl PartialEq for TelemetryCheckpointState
Source§impl Serialize for TelemetryCheckpointState
impl Serialize for TelemetryCheckpointState
impl Copy for TelemetryCheckpointState
impl Eq for TelemetryCheckpointState
impl StructuralPartialEq for TelemetryCheckpointState
Auto Trait Implementations§
impl Freeze for TelemetryCheckpointState
impl RefUnwindSafe for TelemetryCheckpointState
impl Send for TelemetryCheckpointState
impl Sync for TelemetryCheckpointState
impl Unpin for TelemetryCheckpointState
impl UnwindSafe for TelemetryCheckpointState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more