pub struct VerifyStats {
pub transcription_time: Option<f64>,
pub build_time: Option<f64>,
pub execution_time: Option<f64>,
pub prepared: Option<bool>,
}
Fields§
§transcription_time: Option<f64>
§build_time: Option<f64>
§execution_time: Option<f64>
§prepared: Option<bool>
Trait Implementations§
Source§impl Debug for VerifyStats
impl Debug for VerifyStats
Source§impl<'de> Deserialize<'de> for VerifyStats
impl<'de> Deserialize<'de> for VerifyStats
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 VerifyStats
impl RefUnwindSafe for VerifyStats
impl Send for VerifyStats
impl Sync for VerifyStats
impl Unpin for VerifyStats
impl UnwindSafe for VerifyStats
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