Struct inspect::ExternalRequest
source · pub struct ExternalRequest<'a> {
pub path: &'a str,
pub request_type: ExternalRequestType<'a>,
pub sensitivity: SensitivityLevel,
}
Expand description
Return value from Deferred::external_request
, specifying parameters for
a remote inspection.
Fields§
§path: &'a str
The remaining path of the request.
request_type: ExternalRequestType<'a>
The request type and associated data.
sensitivity: SensitivityLevel
The sensitivity level of the request.
Auto Trait Implementations§
impl<'a> Freeze for ExternalRequest<'a>
impl<'a> RefUnwindSafe for ExternalRequest<'a>
impl<'a> Send for ExternalRequest<'a>
impl<'a> Sync for ExternalRequest<'a>
impl<'a> Unpin for ExternalRequest<'a>
impl<'a> UnwindSafe for ExternalRequest<'a>
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