pub enum StorageAdapterName {
RocksDB,
CassandraDB,
}
Variants§
Trait Implementations§
Source§impl Clone for StorageAdapterName
impl Clone for StorageAdapterName
Source§fn clone(&self) -> StorageAdapterName
fn clone(&self) -> StorageAdapterName
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StorageAdapterName
impl RefUnwindSafe for StorageAdapterName
impl Send for StorageAdapterName
impl Sync for StorageAdapterName
impl Unpin for StorageAdapterName
impl UnwindSafe for StorageAdapterName
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