pub struct TestModule {
pub name: String,
pub full_path: String,
pub line_range: (u32, u32),
}
Fields§
§name: String
§full_path: String
§line_range: (u32, u32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestModule
impl RefUnwindSafe for TestModule
impl Send for TestModule
impl Sync for TestModule
impl Unpin for TestModule
impl UnwindSafe for TestModule
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