pub struct TestsForResult {
pub symbol: String,
pub tests: Vec<SymbolRecord>,
pub meta: QueryMeta,
}Fields§
§symbol: String§tests: Vec<SymbolRecord>§meta: QueryMetaTrait Implementations§
Source§impl Clone for TestsForResult
impl Clone for TestsForResult
Source§fn clone(&self) -> TestsForResult
fn clone(&self) -> TestsForResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TestsForResult
impl Debug for TestsForResult
Source§impl<'de> Deserialize<'de> for TestsForResult
impl<'de> Deserialize<'de> for TestsForResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TestsForResult
impl Display for TestsForResult
Auto Trait Implementations§
impl Freeze for TestsForResult
impl RefUnwindSafe for TestsForResult
impl Send for TestsForResult
impl Sync for TestsForResult
impl Unpin for TestsForResult
impl UnsafeUnpin for TestsForResult
impl UnwindSafe for TestsForResult
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