pub struct TestConfiguration {
pub name: String,
pub test_targets: Vec<SchemeData>,
}Fields§
§name: String§test_targets: Vec<SchemeData>Trait Implementations§
Source§impl Clone for TestConfiguration
impl Clone for TestConfiguration
Source§fn clone(&self) -> TestConfiguration
fn clone(&self) -> TestConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TestConfiguration
impl Debug for TestConfiguration
Source§impl<'de> Deserialize<'de> for TestConfiguration
impl<'de> Deserialize<'de> for TestConfiguration
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 TestConfiguration
impl PartialEq for TestConfiguration
Source§fn eq(&self, other: &TestConfiguration) -> bool
fn eq(&self, other: &TestConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TestConfiguration
Auto Trait Implementations§
impl Freeze for TestConfiguration
impl RefUnwindSafe for TestConfiguration
impl Send for TestConfiguration
impl Sync for TestConfiguration
impl Unpin for TestConfiguration
impl UnsafeUnpin for TestConfiguration
impl UnwindSafe for TestConfiguration
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