pub struct DumpProfileReport {
pub embedder_identity: String,
pub embedder_dimension: u32,
pub vectorized_kinds: Vec<String>,
}Expand description
Result of [Engine::dump_profile]. Mirrors the open-time embedder
posture + the per-kind vector configuration registered in
_fathomdb_vector_kinds.
Fields§
§embedder_identity: String§embedder_dimension: u32§vectorized_kinds: Vec<String>Trait Implementations§
Source§impl Clone for DumpProfileReport
impl Clone for DumpProfileReport
Source§fn clone(&self) -> DumpProfileReport
fn clone(&self) -> DumpProfileReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DumpProfileReport
impl Debug for DumpProfileReport
impl Eq for DumpProfileReport
Source§impl PartialEq for DumpProfileReport
impl PartialEq for DumpProfileReport
impl StructuralPartialEq for DumpProfileReport
Auto Trait Implementations§
impl Freeze for DumpProfileReport
impl RefUnwindSafe for DumpProfileReport
impl Send for DumpProfileReport
impl Sync for DumpProfileReport
impl Unpin for DumpProfileReport
impl UnsafeUnpin for DumpProfileReport
impl UnwindSafe for DumpProfileReport
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