pub struct InlineAssemblyStats {
pub element_inline_types: usize,
pub attribute_inline_types: usize,
pub simple_type_inline_derivations: usize,
pub complex_type_inline_derivations: usize,
pub model_group_inline_types: usize,
pub attribute_group_inline_types: usize,
pub complex_type_attribute_inline_types: usize,
pub total_inline_types: usize,
}Expand description
Statistics from the inline type assembly pass
Fields§
§element_inline_types: usizeNumber of element inline types assembled
attribute_inline_types: usizeNumber of attribute inline types assembled
simple_type_inline_derivations: usizeNumber of simple type base/item/member inline types assembled
complex_type_inline_derivations: usizeNumber of complex type base type inline types assembled
model_group_inline_types: usizeNumber of inline types in model group particles assembled
attribute_group_inline_types: usizeNumber of inline types in attribute groups assembled
complex_type_attribute_inline_types: usizeNumber of inline types in complex type attributes assembled
total_inline_types: usizeTotal inline types assembled
Trait Implementations§
Source§impl Debug for InlineAssemblyStats
impl Debug for InlineAssemblyStats
Source§impl Default for InlineAssemblyStats
impl Default for InlineAssemblyStats
Source§fn default() -> InlineAssemblyStats
fn default() -> InlineAssemblyStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InlineAssemblyStats
impl RefUnwindSafe for InlineAssemblyStats
impl Send for InlineAssemblyStats
impl Sync for InlineAssemblyStats
impl Unpin for InlineAssemblyStats
impl UnsafeUnpin for InlineAssemblyStats
impl UnwindSafe for InlineAssemblyStats
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