Struct statsd_parser::ServiceCheck
source · [−]pub struct ServiceCheck {
pub status: Status,
pub timestamp: Option<f64>,
pub hostname: Option<String>,
pub message: Option<String>,
}
Fields
status: Status
timestamp: Option<f64>
hostname: Option<String>
message: Option<String>
Trait Implementations
sourceimpl Debug for ServiceCheck
impl Debug for ServiceCheck
sourceimpl PartialEq<ServiceCheck> for ServiceCheck
impl PartialEq<ServiceCheck> for ServiceCheck
sourcefn eq(&self, other: &ServiceCheck) -> bool
fn eq(&self, other: &ServiceCheck) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ServiceCheck) -> bool
fn ne(&self, other: &ServiceCheck) -> bool
This method tests for !=
.
impl StructuralPartialEq for ServiceCheck
Auto Trait Implementations
impl RefUnwindSafe for ServiceCheck
impl Send for ServiceCheck
impl Sync for ServiceCheck
impl Unpin for ServiceCheck
impl UnwindSafe for ServiceCheck
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more