pub struct TypedTest {
pub ast: TestDef,
}Fields§
§ast: TestDefTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypedTest
impl RefUnwindSafe for TypedTest
impl Send for TypedTest
impl Sync for TypedTest
impl Unpin for TypedTest
impl UnwindSafe for TypedTest
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