pub struct MetricStatusEntry {
pub state: &'static str,
pub reason: &'static str,
pub ms: Option<f64>,
}Fields§
§state: &'static str§reason: &'static str§ms: Option<f64>Trait Implementations§
Source§impl Clone for MetricStatusEntry
impl Clone for MetricStatusEntry
Source§fn clone(&self) -> MetricStatusEntry
fn clone(&self) -> MetricStatusEntry
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 Debug for MetricStatusEntry
impl Debug for MetricStatusEntry
Source§impl Serialize for MetricStatusEntry
impl Serialize for MetricStatusEntry
impl Copy for MetricStatusEntry
Auto Trait Implementations§
impl Freeze for MetricStatusEntry
impl RefUnwindSafe for MetricStatusEntry
impl Send for MetricStatusEntry
impl Sync for MetricStatusEntry
impl Unpin for MetricStatusEntry
impl UnsafeUnpin for MetricStatusEntry
impl UnwindSafe for MetricStatusEntry
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