pub struct RequestLog {
pub url: String,
pub method: String,
pub start_time: Instant,
pub request_id: usize,
}Fields§
§url: String§method: String§start_time: Instant§request_id: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RequestLog
impl RefUnwindSafe for RequestLog
impl Send for RequestLog
impl Sync for RequestLog
impl Unpin for RequestLog
impl UnwindSafe for RequestLog
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more