pub struct TestRegistration {
pub canonical_name: &'static str,
pub target: &'static str,
pub function: TestFn,
pub file: &'static str,
pub line: u32,
pub module_path: &'static str,
}Fields§
§canonical_name: &'static str§target: &'static str§function: TestFn§file: &'static str§line: u32§module_path: &'static strTrait Implementations§
Source§impl Clone for TestRegistration
impl Clone for TestRegistration
Source§fn clone(&self) -> TestRegistration
fn clone(&self) -> TestRegistration
Returns a duplicate of the value. Read more
1.0.0 · 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 TestRegistration
impl Debug for TestRegistration
impl Copy for TestRegistration
Auto Trait Implementations§
impl Freeze for TestRegistration
impl RefUnwindSafe for TestRegistration
impl Send for TestRegistration
impl Sync for TestRegistration
impl Unpin for TestRegistration
impl UnsafeUnpin for TestRegistration
impl UnwindSafe for TestRegistration
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