Struct sqlplannertest::ParsedTestCase
source · [−]pub struct ParsedTestCase {
pub id: Option<String>,
pub desc: Option<String>,
pub before_sql: Vec<String>,
pub test: Vec<String>,
}Expand description
A parsed test case.
Fields
id: Option<String>desc: Option<String>before_sql: Vec<String>test: Vec<String>Trait Implementations
sourceimpl Clone for ParsedTestCase
impl Clone for ParsedTestCase
sourcefn clone(&self) -> ParsedTestCase
fn clone(&self) -> ParsedTestCase
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParsedTestCase
impl Send for ParsedTestCase
impl Sync for ParsedTestCase
impl Unpin for ParsedTestCase
impl UnwindSafe for ParsedTestCase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more