pub struct ToolStateErrorTime {
pub end: f64,
pub start: f64,
}Expand description
Timing for ToolStateError.
Fields§
§end: f64Epoch timestamp when the tool finished with an error.
start: f64Epoch timestamp when the tool started.
Trait Implementations§
Source§impl Clone for ToolStateErrorTime
impl Clone for ToolStateErrorTime
Source§fn clone(&self) -> ToolStateErrorTime
fn clone(&self) -> ToolStateErrorTime
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 ToolStateErrorTime
impl Debug for ToolStateErrorTime
Source§impl<'de> Deserialize<'de> for ToolStateErrorTime
impl<'de> Deserialize<'de> for ToolStateErrorTime
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
Source§impl PartialEq for ToolStateErrorTime
impl PartialEq for ToolStateErrorTime
Source§impl Serialize for ToolStateErrorTime
impl Serialize for ToolStateErrorTime
impl StructuralPartialEq for ToolStateErrorTime
Auto Trait Implementations§
impl Freeze for ToolStateErrorTime
impl RefUnwindSafe for ToolStateErrorTime
impl Send for ToolStateErrorTime
impl Sync for ToolStateErrorTime
impl Unpin for ToolStateErrorTime
impl UnwindSafe for ToolStateErrorTime
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