pub struct InjectionEvalMetadata {Show 19 fields
pub corpus: String,
pub boundary: String,
pub storage: String,
pub data_dir: String,
pub data_dir_kept: bool,
pub real_db_touched: bool,
pub project: String,
pub host: String,
pub branch: String,
pub render_contract_version: u32,
pub output_chars: usize,
pub memories_loaded: usize,
pub core_count: usize,
pub index_count: usize,
pub lesson_count: usize,
pub preference_count: usize,
pub session_count: usize,
pub workstream_count: usize,
pub truncated: bool,
}Fields§
§corpus: String§boundary: String§storage: String§data_dir: String§data_dir_kept: bool§real_db_touched: bool§project: String§host: String§branch: String§render_contract_version: u32§output_chars: usize§memories_loaded: usize§core_count: usize§index_count: usize§lesson_count: usize§preference_count: usize§session_count: usize§workstream_count: usize§truncated: boolTrait Implementations§
Source§impl Debug for InjectionEvalMetadata
impl Debug for InjectionEvalMetadata
Auto Trait Implementations§
impl Freeze for InjectionEvalMetadata
impl RefUnwindSafe for InjectionEvalMetadata
impl Send for InjectionEvalMetadata
impl Sync for InjectionEvalMetadata
impl Unpin for InjectionEvalMetadata
impl UnsafeUnpin for InjectionEvalMetadata
impl UnwindSafe for InjectionEvalMetadata
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
impl<A, B, T> HttpServerConnExec<A, B> for Twhere
B: Body,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more