Enum bonsaidb::core::test_util::HarnessTest
source · pub enum HarnessTest {
Show 38 variants
ServerConnectionTests = 1,
StoreRetrieveUpdate = 2,
Overwrite = 3,
NotFound = 4,
Conflict = 5,
BadUpdate = 6,
NoUpdate = 7,
GetMultiple = 8,
List = 9,
ListTransactions = 10,
Transactions = 11,
TransactionCheck = 12,
ViewQuery = 13,
UnassociatedCollection = 14,
Compact = 15,
ViewUpdate = 16,
ViewMultiEmit = 17,
ViewUnimplementedReduce = 18,
ViewAccessPolicies = 19,
ViewCow = 20,
Encryption = 21,
UniqueViews = 22,
NamedCollection = 23,
PubSubSimple = 24,
UserManagement = 25,
TokenAuthentication = 26,
PubSubMultipleSubscribers = 27,
PubSubDropAndSend = 28,
PubSubUnsubscribe = 29,
PubSubDropCleanup = 30,
PubSubPublishAll = 31,
KvBasic = 32,
KvConcurrency = 33,
KvSet = 34,
KvIncrementDecrement = 35,
KvExpiration = 36,
KvDeleteExpire = 37,
KvTransactions = 38,
}
Variants§
ServerConnectionTests = 1
StoreRetrieveUpdate = 2
Overwrite = 3
NotFound = 4
Conflict = 5
BadUpdate = 6
NoUpdate = 7
GetMultiple = 8
List = 9
ListTransactions = 10
Transactions = 11
TransactionCheck = 12
ViewQuery = 13
UnassociatedCollection = 14
Compact = 15
ViewUpdate = 16
ViewMultiEmit = 17
ViewUnimplementedReduce = 18
ViewAccessPolicies = 19
ViewCow = 20
Encryption = 21
UniqueViews = 22
NamedCollection = 23
PubSubSimple = 24
UserManagement = 25
TokenAuthentication = 26
PubSubMultipleSubscribers = 27
PubSubDropAndSend = 28
PubSubUnsubscribe = 29
PubSubDropCleanup = 30
PubSubPublishAll = 31
KvBasic = 32
KvConcurrency = 33
KvSet = 34
KvIncrementDecrement = 35
KvExpiration = 36
KvDeleteExpire = 37
KvTransactions = 38
Implementations§
Trait Implementations§
source§impl Clone for HarnessTest
impl Clone for HarnessTest
source§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 moresource§impl Debug for HarnessTest
impl Debug for HarnessTest
source§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