pub struct EngineFactSummary {
pub id: u64,
pub label: String,
pub root_count: u32,
}Expand description
Summary of an active fact in the knowledge base.
Fields§
§id: u64§label: String§root_count: u32Trait Implementations§
Source§impl Clone for FactSummary
impl Clone for FactSummary
Source§fn clone(&self) -> FactSummary
fn clone(&self) -> FactSummary
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 moreAuto Trait Implementations§
impl Freeze for FactSummary
impl RefUnwindSafe for FactSummary
impl Send for FactSummary
impl Sync for FactSummary
impl Unpin for FactSummary
impl UnsafeUnpin for FactSummary
impl UnwindSafe for FactSummary
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