pub struct UptimeRecord {
pub recorded_at: String,
pub uptime: f64,
}Fields§
§recorded_at: String§uptime: f64Trait Implementations§
Source§impl Debug for UptimeRecord
impl Debug for UptimeRecord
Source§impl<'de> Deserialize<'de> for UptimeRecord
impl<'de> Deserialize<'de> for UptimeRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UptimeRecord
impl RefUnwindSafe for UptimeRecord
impl Send for UptimeRecord
impl Sync for UptimeRecord
impl Unpin for UptimeRecord
impl UnwindSafe for UptimeRecord
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