pub struct ExpandedTest {
pub name: Name,
pub test: Test,
pub error: Option<Error>,
/* private fields */
}
Fields§
§name: Name
§test: Test
§error: Option<Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpandedTest
impl !RefUnwindSafe for ExpandedTest
impl Send for ExpandedTest
impl Sync for ExpandedTest
impl Unpin for ExpandedTest
impl !UnwindSafe for ExpandedTest
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