pub struct TestCaseMatch {
pub literal: Literal,
pub captures: Vec<TestCapture>,
pub span: Span,
}Fields§
§literal: Literal§captures: Vec<TestCapture>§span: SpanTrait Implementations§
Source§impl Clone for TestCaseMatch
impl Clone for TestCaseMatch
Source§fn clone(&self) -> TestCaseMatch
fn clone(&self) -> TestCaseMatch
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 moreAuto Trait Implementations§
impl Freeze for TestCaseMatch
impl RefUnwindSafe for TestCaseMatch
impl Send for TestCaseMatch
impl Sync for TestCaseMatch
impl Unpin for TestCaseMatch
impl UnwindSafe for TestCaseMatch
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