pub struct TestCaseMatchAll<'i> {
pub literal: Literal<'i>,
pub matches: Vec<TestCaseMatch<'i>>,
}
Fields§
§literal: Literal<'i>
§matches: Vec<TestCaseMatch<'i>>
Trait Implementations§
Source§impl<'i> Clone for TestCaseMatchAll<'i>
impl<'i> Clone for TestCaseMatchAll<'i>
Source§fn clone(&self) -> TestCaseMatchAll<'i>
fn clone(&self) -> TestCaseMatchAll<'i>
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<'i> Freeze for TestCaseMatchAll<'i>
impl<'i> RefUnwindSafe for TestCaseMatchAll<'i>
impl<'i> Send for TestCaseMatchAll<'i>
impl<'i> Sync for TestCaseMatchAll<'i>
impl<'i> Unpin for TestCaseMatchAll<'i>
impl<'i> UnwindSafe for TestCaseMatchAll<'i>
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