pub struct TypeFactInputSummaryV0 {
pub schema_version: &'static str,
pub input_version: String,
pub type_fact_count: usize,
pub distinct_fact_files: usize,
pub by_kind: BTreeMap<String, usize>,
pub constrained_kinds: BTreeMap<String, usize>,
pub finite_value_count: usize,
}Fields§
§schema_version: &'static str§input_version: String§type_fact_count: usize§distinct_fact_files: usize§by_kind: BTreeMap<String, usize>§constrained_kinds: BTreeMap<String, usize>§finite_value_count: usizeTrait Implementations§
Source§impl Debug for TypeFactInputSummaryV0
impl Debug for TypeFactInputSummaryV0
Auto Trait Implementations§
impl Freeze for TypeFactInputSummaryV0
impl RefUnwindSafe for TypeFactInputSummaryV0
impl Send for TypeFactInputSummaryV0
impl Sync for TypeFactInputSummaryV0
impl Unpin for TypeFactInputSummaryV0
impl UnsafeUnpin for TypeFactInputSummaryV0
impl UnwindSafe for TypeFactInputSummaryV0
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