pub struct ExportMetadata {
pub total_variables: usize,
pub total_relationships: usize,
pub immutable_borrows: usize,
pub mutable_borrows: usize,
pub total_events: usize,
}Expand description
Export metadata with summary statistics.
Fields§
§total_variables: usize§total_relationships: usize§immutable_borrows: usize§mutable_borrows: usize§total_events: usizeTrait Implementations§
Source§impl Debug for ExportMetadata
impl Debug for ExportMetadata
Auto Trait Implementations§
impl Freeze for ExportMetadata
impl RefUnwindSafe for ExportMetadata
impl Send for ExportMetadata
impl Sync for ExportMetadata
impl Unpin for ExportMetadata
impl UnwindSafe for ExportMetadata
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