pub struct SqliteCompileOptionsIdentity {
pub count: u32,
pub digest: String,
}Expand description
Deterministic fixed-size identity of the active SQLite compile options.
Fields§
§count: u32Number of distinct compile options represented by the digest.
digest: StringLowercase BLAKE3 digest of sorted length-delimited option names.
Trait Implementations§
Source§impl Clone for SqliteCompileOptionsIdentity
impl Clone for SqliteCompileOptionsIdentity
Source§fn clone(&self) -> SqliteCompileOptionsIdentity
fn clone(&self) -> SqliteCompileOptionsIdentity
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 SqliteCompileOptionsIdentity
impl Debug for SqliteCompileOptionsIdentity
Source§impl PartialEq for SqliteCompileOptionsIdentity
impl PartialEq for SqliteCompileOptionsIdentity
Source§fn eq(&self, other: &SqliteCompileOptionsIdentity) -> bool
fn eq(&self, other: &SqliteCompileOptionsIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SqliteCompileOptionsIdentity
impl StructuralPartialEq for SqliteCompileOptionsIdentity
Auto Trait Implementations§
impl Freeze for SqliteCompileOptionsIdentity
impl RefUnwindSafe for SqliteCompileOptionsIdentity
impl Send for SqliteCompileOptionsIdentity
impl Sync for SqliteCompileOptionsIdentity
impl Unpin for SqliteCompileOptionsIdentity
impl UnwindSafe for SqliteCompileOptionsIdentity
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