pub struct InspectSinkRequestedPayload {
pub component: Arc<ComponentIdentity>,
pub request_stream: InspectSinkRequestStream,
}
Fields§
§component: Arc<ComponentIdentity>
The component that is connecting to InspectSink
.
request_stream: InspectSinkRequestStream
The stream containing requests made on the InspectSink
channel by the component.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InspectSinkRequestedPayload
impl !RefUnwindSafe for InspectSinkRequestedPayload
impl Send for InspectSinkRequestedPayload
impl Sync for InspectSinkRequestedPayload
impl Unpin for InspectSinkRequestedPayload
impl !UnwindSafe for InspectSinkRequestedPayload
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