pub struct Runtime {
pub decoded_strings: f64,
pub find_features: f64,
pub language_strings: f64,
pub stack_strings: f64,
pub start_date: String,
pub static_strings: f64,
pub tight_strings: f64,
pub total: f64,
pub vivisect: f64,
}Expand description
运行时统计(耗时,单位秒)。
Fields§
§decoded_strings: f64§find_features: f64§language_strings: f64§stack_strings: f64§start_date: String§static_strings: f64§tight_strings: f64§total: f64§vivisect: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Runtime
impl<'de> Deserialize<'de> for Runtime
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
impl StructuralPartialEq for Runtime
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnwindSafe for Runtime
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