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 !RefUnwindSafe for ExpandedTest
impl !UnwindSafe for ExpandedTest
impl Freeze for ExpandedTest
impl Send for ExpandedTest
impl Sync for ExpandedTest
impl Unpin for ExpandedTest
impl UnsafeUnpin 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