pub struct KgStats {
pub entities: usize,
pub triples: usize,
}Expand description
Counts for the knowledge-graph stats endpoint.
Fields§
§entities: usizeNumber of entity nodes.
triples: usizeNumber of triple edges.
Trait Implementations§
impl Copy for KgStats
impl Eq for KgStats
impl StructuralPartialEq for KgStats
Auto Trait Implementations§
impl Freeze for KgStats
impl RefUnwindSafe for KgStats
impl Send for KgStats
impl Sync for KgStats
impl Unpin for KgStats
impl UnsafeUnpin for KgStats
impl UnwindSafe for KgStats
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