pub struct HttpLogData {
pub state_data: StateData,
pub method: Method,
pub path: Uri,
pub version: Version,
pub status: i16,
pub user_agent: LogOption<HeaderValue>,
pub elapsed: i64,
}Fields§
§state_data: StateData§method: Method§path: Uri§version: Version§status: i16§user_agent: LogOption<HeaderValue>§elapsed: i64Auto Trait Implementations§
impl !Freeze for HttpLogData
impl RefUnwindSafe for HttpLogData
impl Send for HttpLogData
impl Sync for HttpLogData
impl Unpin for HttpLogData
impl UnwindSafe for HttpLogData
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