pub struct TestOutput<R: 'static> {
pub response: R,
pub shapes: Vec<(ViewId, Shape)>,
}Fields§
§response: R§shapes: Vec<(ViewId, Shape)>Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for TestOutput<R>where
R: Freeze,
impl<R> RefUnwindSafe for TestOutput<R>where
R: RefUnwindSafe,
impl<R> Send for TestOutput<R>where
R: Send,
impl<R> Sync for TestOutput<R>where
R: Sync,
impl<R> Unpin for TestOutput<R>where
R: Unpin,
impl<R> UnwindSafe for TestOutput<R>where
R: UnwindSafe,
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