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§
Source§impl Debug for ServiceCheck
impl Debug for ServiceCheck
Source§impl PartialEq for ServiceCheck
impl PartialEq for ServiceCheck
impl StructuralPartialEq for ServiceCheck
Auto Trait Implementations§
impl Freeze for ServiceCheck
impl RefUnwindSafe for ServiceCheck
impl Send for ServiceCheck
impl Sync for ServiceCheck
impl Unpin for ServiceCheck
impl UnwindSafe for ServiceCheck
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