pub struct TestInfo {}
Expand description
Info for testing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestInfo
impl RefUnwindSafe for TestInfo
impl Send for TestInfo
impl Sync for TestInfo
impl Unpin for TestInfo
impl UnwindSafe for TestInfo
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