pub enum ContentTestCaseType {
Performance,
Functional,
Unit,
Security,
Compliance,
Integration,
E2E,
Other,
}
Variants§
Trait Implementations§
Source§impl Clone for ContentTestCaseType
impl Clone for ContentTestCaseType
Source§fn clone(&self) -> ContentTestCaseType
fn clone(&self) -> ContentTestCaseType
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 ContentTestCaseType
impl Debug for ContentTestCaseType
Source§impl<'de> Deserialize<'de> for ContentTestCaseType
impl<'de> Deserialize<'de> for ContentTestCaseType
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 PartialEq for ContentTestCaseType
impl PartialEq for ContentTestCaseType
Source§impl Serialize for ContentTestCaseType
impl Serialize for ContentTestCaseType
impl Eq for ContentTestCaseType
impl StructuralPartialEq for ContentTestCaseType
Auto Trait Implementations§
impl Freeze for ContentTestCaseType
impl RefUnwindSafe for ContentTestCaseType
impl Send for ContentTestCaseType
impl Sync for ContentTestCaseType
impl Unpin for ContentTestCaseType
impl UnwindSafe for ContentTestCaseType
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