pub struct EnterTime(pub Instant);Expand description
the time when request enter service
Tuple Fields§
§0: InstantImplementations§
Trait Implementations§
impl Copy for EnterTime
Auto Trait Implementations§
impl Freeze for EnterTime
impl RefUnwindSafe for EnterTime
impl Send for EnterTime
impl Sync for EnterTime
impl Unpin for EnterTime
impl UnwindSafe for EnterTime
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