pub struct TestReportList {
pub tested_mem_length: usize,
pub mlocked: bool,
pub reports: Vec<TestReport>,
}
Fields§
§tested_mem_length: usize
§mlocked: bool
§reports: Vec<TestReport>
Implementations§
Trait Implementations§
Source§impl Debug for TestReportList
impl Debug for TestReportList
Source§impl<'de> Deserialize<'de> for TestReportList
impl<'de> Deserialize<'de> for TestReportList
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 TestReportList
impl Display for TestReportList
Auto Trait Implementations§
impl Freeze for TestReportList
impl RefUnwindSafe for TestReportList
impl Send for TestReportList
impl Sync for TestReportList
impl Unpin for TestReportList
impl UnwindSafe for TestReportList
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