pub struct ToolTimeStart {
pub start: i64,
}Expand description
Tool execution time (start only).
Fields§
§start: i64Start timestamp (ms).
Trait Implementations§
Source§impl Clone for ToolTimeStart
impl Clone for ToolTimeStart
Source§fn clone(&self) -> ToolTimeStart
fn clone(&self) -> ToolTimeStart
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 ToolTimeStart
impl Debug for ToolTimeStart
Source§impl<'de> Deserialize<'de> for ToolTimeStart
impl<'de> Deserialize<'de> for ToolTimeStart
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 ToolTimeStart
impl RefUnwindSafe for ToolTimeStart
impl Send for ToolTimeStart
impl Sync for ToolTimeStart
impl Unpin for ToolTimeStart
impl UnwindSafe for ToolTimeStart
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