pub enum TestCategory {
OfflineStorage,
OfflineBlob,
Connectivity,
Storage,
BlobService,
Synchronization,
}Expand description
Categories of system check tests
Variants§
OfflineStorage
Offline storage tests (without relay connection)
OfflineBlob
Offline blob service tests (without relay connection)
Connectivity
Server connectivity and handshake tests
Storage
Online message storage and retrieval tests
BlobService
Online blob service upload/download tests
Synchronization
Synchronization verification tests
Implementations§
Trait Implementations§
Source§impl Clone for TestCategory
impl Clone for TestCategory
Source§fn clone(&self) -> TestCategory
fn clone(&self) -> TestCategory
Returns a duplicate 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 TestCategory
impl Debug for TestCategory
Source§impl<'de> Deserialize<'de> for TestCategory
impl<'de> Deserialize<'de> for TestCategory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for TestCategory
impl Hash for TestCategory
Source§impl Ord for TestCategory
impl Ord for TestCategory
Source§fn cmp(&self, other: &TestCategory) -> Ordering
fn cmp(&self, other: &TestCategory) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TestCategory
impl PartialEq for TestCategory
Source§impl PartialOrd for TestCategory
impl PartialOrd for TestCategory
Source§impl Serialize for TestCategory
impl Serialize for TestCategory
impl Copy for TestCategory
impl Eq for TestCategory
impl StructuralPartialEq for TestCategory
Auto Trait Implementations§
impl Freeze for TestCategory
impl RefUnwindSafe for TestCategory
impl Send for TestCategory
impl Sync for TestCategory
impl Unpin for TestCategory
impl UnwindSafe for TestCategory
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
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more