pub struct Metric { /* private fields */ }
Expand description
An individual entry into ServerTiming
.
Implementations§
Trait Implementations§
Source§impl From<Metric> for HeaderValue
impl From<Metric> for HeaderValue
Source§fn from(entry: Metric) -> HeaderValue
fn from(entry: Metric) -> HeaderValue
Converts to this type from the input type.
impl Eq for Metric
impl StructuralPartialEq for Metric
Auto Trait Implementations§
impl Freeze for Metric
impl RefUnwindSafe for Metric
impl Send for Metric
impl Sync for Metric
impl Unpin for Metric
impl UnwindSafe for Metric
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