pub enum TxIndexConfig {
Null,
Kv,
Psql(String),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TxIndexConfig
impl Clone for TxIndexConfig
Source§fn clone(&self) -> TxIndexConfig
fn clone(&self) -> TxIndexConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TxIndexConfig
impl Debug for TxIndexConfig
Source§impl Default for TxIndexConfig
impl Default for TxIndexConfig
Source§fn default() -> TxIndexConfig
fn default() -> TxIndexConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TxIndexConfig
impl RefUnwindSafe for TxIndexConfig
impl Send for TxIndexConfig
impl Sync for TxIndexConfig
impl Unpin for TxIndexConfig
impl UnwindSafe for TxIndexConfig
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