pub struct CompositeParentSpec {
pub parent: String,
pub tests: Vec<BindSpec>,
}Fields§
§parent: String§tests: Vec<BindSpec>Trait Implementations§
Source§impl Debug for CompositeParentSpec
impl Debug for CompositeParentSpec
Source§impl<'de> Deserialize<'de> for CompositeParentSpec
impl<'de> Deserialize<'de> for CompositeParentSpec
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 CompositeParentSpec
impl PartialEq for CompositeParentSpec
Source§fn eq(&self, other: &CompositeParentSpec) -> bool
fn eq(&self, other: &CompositeParentSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompositeParentSpec
Auto Trait Implementations§
impl Freeze for CompositeParentSpec
impl RefUnwindSafe for CompositeParentSpec
impl Send for CompositeParentSpec
impl Sync for CompositeParentSpec
impl Unpin for CompositeParentSpec
impl UnsafeUnpin for CompositeParentSpec
impl UnwindSafe for CompositeParentSpec
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