Enum bonsaidb::core::test_util::HarnessTest
pub enum HarnessTest {
Show 38 variants
ServerConnectionTests,
StoreRetrieveUpdate,
Overwrite,
NotFound,
Conflict,
BadUpdate,
NoUpdate,
GetMultiple,
List,
ListTransactions,
Transactions,
TransactionCheck,
ViewQuery,
UnassociatedCollection,
Compact,
ViewUpdate,
ViewMultiEmit,
ViewUnimplementedReduce,
ViewAccessPolicies,
ViewCow,
Encryption,
UniqueViews,
NamedCollection,
PubSubSimple,
UserManagement,
TokenAuthentication,
PubSubMultipleSubscribers,
PubSubDropAndSend,
PubSubUnsubscribe,
PubSubDropCleanup,
PubSubPublishAll,
KvBasic,
KvConcurrency,
KvSet,
KvIncrementDecrement,
KvExpiration,
KvDeleteExpire,
KvTransactions,
}
Variants§
ServerConnectionTests
StoreRetrieveUpdate
Overwrite
NotFound
Conflict
BadUpdate
NoUpdate
GetMultiple
List
ListTransactions
Transactions
TransactionCheck
ViewQuery
UnassociatedCollection
Compact
ViewUpdate
ViewMultiEmit
ViewUnimplementedReduce
ViewAccessPolicies
ViewCow
Encryption
UniqueViews
NamedCollection
PubSubSimple
UserManagement
TokenAuthentication
PubSubMultipleSubscribers
PubSubDropAndSend
PubSubUnsubscribe
PubSubDropCleanup
PubSubPublishAll
KvBasic
KvConcurrency
KvSet
KvIncrementDecrement
KvExpiration
KvDeleteExpire
KvTransactions
Implementations§
§impl HarnessTest
impl HarnessTest
Trait Implementations§
§impl Clone for HarnessTest
impl Clone for HarnessTest
§fn clone(&self) -> HarnessTest
fn clone(&self) -> HarnessTest
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 more§impl Debug for HarnessTest
impl Debug for HarnessTest
§impl Display for HarnessTest
impl Display for HarnessTest
impl Copy for HarnessTest
Auto Trait Implementations§
impl RefUnwindSafe for HarnessTest
impl Send for HarnessTest
impl Sync for HarnessTest
impl Unpin for HarnessTest
impl UnwindSafe for HarnessTest
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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