pub struct RequestSnapshot {}Fields§
§id: String§request_id: String§method: String§path: String§status: u16§duration_ms: f64§at_ms: u64§logs: Vec<LogLine>§queries: Vec<QueryLine>§http: Vec<HttpLine>§mail: Vec<MailLine>§jobs: Vec<JobLine>§auth: AuthSnapTrait Implementations§
Source§impl Clone for RequestSnapshot
impl Clone for RequestSnapshot
Source§fn clone(&self) -> RequestSnapshot
fn clone(&self) -> RequestSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RequestSnapshot
impl Debug for RequestSnapshot
Auto Trait Implementations§
impl Freeze for RequestSnapshot
impl RefUnwindSafe for RequestSnapshot
impl Send for RequestSnapshot
impl Sync for RequestSnapshot
impl Unpin for RequestSnapshot
impl UnsafeUnpin for RequestSnapshot
impl UnwindSafe for RequestSnapshot
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