pub struct PlanStats {
pub operations: usize,
pub paths: usize,
pub edits: usize,
pub edit_text_bytes: usize,
pub create_bytes: usize,
}Expand description
Bounded statistics established by structural validation.
Fields§
§operations: usize§paths: usize§edits: usize§edit_text_bytes: usize§create_bytes: usizeTrait Implementations§
impl Copy for PlanStats
impl Eq for PlanStats
impl StructuralPartialEq for PlanStats
Auto Trait Implementations§
impl Freeze for PlanStats
impl RefUnwindSafe for PlanStats
impl Send for PlanStats
impl Sync for PlanStats
impl Unpin for PlanStats
impl UnsafeUnpin for PlanStats
impl UnwindSafe for PlanStats
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