pub struct RequestId(pub String);Expand description
The trusted request identifier assigned by Web Ingress.
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for RequestId
Source§impl<P> FromRequest<P> for RequestIdwhere
P: ?Sized,
impl<P> FromRequest<P> for RequestIdwhere
P: ?Sized,
Source§fn from_request<'a>(
_provider: &'a P,
_context: &'a mut InvocationContext,
request: &'a HandleRequest,
) -> ExtractorFuture<'a, Self>
fn from_request<'a>( _provider: &'a P, _context: &'a mut InvocationContext, request: &'a HandleRequest, ) -> ExtractorFuture<'a, Self>
Extracts this value or rejects dispatch before the handler runs.
impl StructuralPartialEq for RequestId
Auto Trait Implementations§
impl Freeze for RequestId
impl RefUnwindSafe for RequestId
impl Send for RequestId
impl Sync for RequestId
impl Unpin for RequestId
impl UnsafeUnpin for RequestId
impl UnwindSafe for RequestId
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