pub struct IrHarness {
pub name: String,
pub kind: String,
pub span: SourceSpan,
}Fields§
§name: String§kind: String§span: SourceSpanTrait Implementations§
impl Eq for IrHarness
impl StructuralPartialEq for IrHarness
Auto Trait Implementations§
impl Freeze for IrHarness
impl RefUnwindSafe for IrHarness
impl Send for IrHarness
impl Sync for IrHarness
impl Unpin for IrHarness
impl UnsafeUnpin for IrHarness
impl UnwindSafe for IrHarness
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