Enum nostr_database::Backend
source · pub enum Backend {
Memory,
RocksDB,
LMDB,
SQLite,
IndexedDB,
Custom(String),
}Expand description
Backend
Variants§
Memory
Memory
RocksDB
RocksDB
LMDB
Lightning Memory-Mapped Database
SQLite
SQLite
IndexedDB
IndexedDB
Custom(String)
Custom
Trait Implementations§
source§impl PartialEq for Backend
impl PartialEq for Backend
impl Eq for Backend
impl StructuralPartialEq for Backend
Auto Trait Implementations§
impl Freeze for Backend
impl RefUnwindSafe for Backend
impl Send for Backend
impl Sync for Backend
impl Unpin for Backend
impl UnwindSafe for Backend
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.