pub struct TestsBlock {
pub cases: Vec<TestCase>,
pub span: Span,
}Expand description
tests { test_cases... }
Fields§
§cases: Vec<TestCase>§span: SpanTrait Implementations§
Source§impl Clone for TestsBlock
impl Clone for TestsBlock
Source§fn clone(&self) -> TestsBlock
fn clone(&self) -> TestsBlock
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 TestsBlock
impl Debug for TestsBlock
Source§impl<'de> Deserialize<'de> for TestsBlock
impl<'de> Deserialize<'de> for TestsBlock
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 TestsBlock
impl PartialEq for TestsBlock
Source§impl Serialize for TestsBlock
impl Serialize for TestsBlock
impl StructuralPartialEq for TestsBlock
Auto Trait Implementations§
impl Freeze for TestsBlock
impl RefUnwindSafe for TestsBlock
impl Send for TestsBlock
impl Sync for TestsBlock
impl Unpin for TestsBlock
impl UnwindSafe for TestsBlock
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