pub struct TestDef {
pub name: String,
pub body: Block,
pub span: Span,
}Fields§
§name: String§body: Block§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for TestDef
impl RefUnwindSafe for TestDef
impl Send for TestDef
impl Sync for TestDef
impl Unpin for TestDef
impl UnwindSafe for TestDef
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