pub struct ProfileReport {
pub feature_count: u64,
pub geometry: GeometryStats,
pub fields: Vec<FieldStats>,
pub samples: Vec<SerdeFeature>,
}Fields§
§feature_count: u64§geometry: GeometryStats§fields: Vec<FieldStats>§samples: Vec<SerdeFeature>First sample_n features (deterministic head sample for v0.1).
Trait Implementations§
Source§impl Debug for ProfileReport
impl Debug for ProfileReport
Auto Trait Implementations§
impl Freeze for ProfileReport
impl RefUnwindSafe for ProfileReport
impl Send for ProfileReport
impl Sync for ProfileReport
impl Unpin for ProfileReport
impl UnsafeUnpin for ProfileReport
impl UnwindSafe for ProfileReport
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