pub struct ControllerStartedRequest {
pub handle: ControllerRequestHandle,
pub completion: ControllerRequestCompletion,
}Expand description
Result of trying to begin one captured request in a generation.
Fields§
§handle: ControllerRequestHandleInstrumentation handle for queue/stage/inflight timing.
completion: ControllerRequestCompletionCompletion token bound to one generation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControllerStartedRequest
impl !RefUnwindSafe for ControllerStartedRequest
impl Send for ControllerStartedRequest
impl Sync for ControllerStartedRequest
impl Unpin for ControllerStartedRequest
impl UnsafeUnpin for ControllerStartedRequest
impl !UnwindSafe for ControllerStartedRequest
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