pub struct DeclaredTestCase {
pub node: Node,
pub method: String,
pub path: String,
pub evidence: Evidence,
}Expand description
Declared cross-language test case and its validated HTTP target.
Fields§
§node: NodeFederated test-case node.
method: StringCanonical target HTTP method.
path: StringCanonical target HTTP path.
evidence: EvidenceEvidence from the test source declaration.
Trait Implementations§
Source§impl Clone for DeclaredTestCase
impl Clone for DeclaredTestCase
Source§fn clone(&self) -> DeclaredTestCase
fn clone(&self) -> DeclaredTestCase
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 DeclaredTestCase
impl Debug for DeclaredTestCase
Source§impl PartialEq for DeclaredTestCase
impl PartialEq for DeclaredTestCase
impl StructuralPartialEq for DeclaredTestCase
Auto Trait Implementations§
impl Freeze for DeclaredTestCase
impl RefUnwindSafe for DeclaredTestCase
impl Send for DeclaredTestCase
impl Sync for DeclaredTestCase
impl Unpin for DeclaredTestCase
impl UnsafeUnpin for DeclaredTestCase
impl UnwindSafe for DeclaredTestCase
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