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