pub struct RequestStartTime(/* private fields */);
Expand description
Extension key for storing request start time
Implementations§
Trait Implementations§
Source§impl Clone for RequestStartTime
impl Clone for RequestStartTime
Source§fn clone(&self) -> RequestStartTime
fn clone(&self) -> RequestStartTime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RequestStartTime
impl Default for RequestStartTime
impl Copy for RequestStartTime
Auto Trait Implementations§
impl Freeze for RequestStartTime
impl RefUnwindSafe for RequestStartTime
impl Send for RequestStartTime
impl Sync for RequestStartTime
impl Unpin for RequestStartTime
impl UnwindSafe for RequestStartTime
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