Struct pdl_compiler::ast::TestCase
source · pub struct TestCase {
pub loc: SourceRange,
pub input: String,
}
Fields§
§loc: SourceRange
§input: String
Trait Implementations§
source§impl PartialEq for TestCase
impl PartialEq for TestCase
impl Eq for TestCase
Auto Trait Implementations§
impl RefUnwindSafe for TestCase
impl Send for TestCase
impl Sync for TestCase
impl Unpin for TestCase
impl UnwindSafe for TestCase
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