pub struct KnowledgeQueryResultV1 {
pub state_root: String,
pub plan_root: String,
pub hits: Vec<KnowledgeQueryHitV1>,
pub result_root: String,
}Fields§
§state_root: String§plan_root: String§hits: Vec<KnowledgeQueryHitV1>§result_root: StringTrait Implementations§
Source§impl Clone for KnowledgeQueryResultV1
impl Clone for KnowledgeQueryResultV1
Source§fn clone(&self) -> KnowledgeQueryResultV1
fn clone(&self) -> KnowledgeQueryResultV1
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 KnowledgeQueryResultV1
impl Debug for KnowledgeQueryResultV1
Source§impl PartialEq for KnowledgeQueryResultV1
impl PartialEq for KnowledgeQueryResultV1
impl StructuralPartialEq for KnowledgeQueryResultV1
Auto Trait Implementations§
impl Freeze for KnowledgeQueryResultV1
impl RefUnwindSafe for KnowledgeQueryResultV1
impl Send for KnowledgeQueryResultV1
impl Sync for KnowledgeQueryResultV1
impl Unpin for KnowledgeQueryResultV1
impl UnsafeUnpin for KnowledgeQueryResultV1
impl UnwindSafe for KnowledgeQueryResultV1
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