pub struct RequestId(pub String);Expand description
A unique identifier for a request
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for RequestId
Source§impl FromRequestParts for RequestId
Extractor for RequestId from request extensions
impl FromRequestParts for RequestId
Extractor for RequestId from request extensions
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