pub struct Componenttestscenario {
pub name: String,
pub description: Option<String>,
pub test_type: Option<String>,
pub tags: Option<Vec<String>>,
pub test_cases: Vec<Value>,
}Fields§
§name: String§description: Option<String>§test_type: Option<String>§test_cases: Vec<Value>Trait Implementations§
Source§impl Clone for Componenttestscenario
impl Clone for Componenttestscenario
Source§fn clone(&self) -> Componenttestscenario
fn clone(&self) -> Componenttestscenario
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 Componenttestscenario
impl Debug for Componenttestscenario
Source§impl<'de> Deserialize<'de> for Componenttestscenario
impl<'de> Deserialize<'de> for Componenttestscenario
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
Auto Trait Implementations§
impl Freeze for Componenttestscenario
impl RefUnwindSafe for Componenttestscenario
impl Send for Componenttestscenario
impl Sync for Componenttestscenario
impl Unpin for Componenttestscenario
impl UnwindSafe for Componenttestscenario
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