pub struct CatalogStats {Show 13 fields
pub ontology_count: usize,
pub class_count: usize,
pub object_property_count: usize,
pub data_property_count: usize,
pub annotation_property_count: usize,
pub individual_count: usize,
pub axiom_count: usize,
pub annotation_count: usize,
pub triple_count: usize,
pub error_count: usize,
pub diagnostic_error_count: usize,
pub diagnostic_warning_count: usize,
pub diagnostic_info_count: usize,
}Fields§
§ontology_count: usize§class_count: usize§object_property_count: usize§data_property_count: usize§annotation_property_count: usize§individual_count: usize§axiom_count: usize§annotation_count: usize§triple_count: usize§error_count: usize§diagnostic_error_count: usize§diagnostic_warning_count: usize§diagnostic_info_count: usizeTrait Implementations§
Source§impl Clone for CatalogStats
impl Clone for CatalogStats
Source§fn clone(&self) -> CatalogStats
fn clone(&self) -> CatalogStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CatalogStats
impl Debug for CatalogStats
Auto Trait Implementations§
impl Freeze for CatalogStats
impl RefUnwindSafe for CatalogStats
impl Send for CatalogStats
impl Sync for CatalogStats
impl Unpin for CatalogStats
impl UnsafeUnpin for CatalogStats
impl UnwindSafe for CatalogStats
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