Struct typedb_driver::answer::concept_map::Explainable
source · pub struct Explainable {
pub conjunction: String,
pub id: i64,
}
Expand description
Contains an explainable object.
Fields§
§conjunction: String
The subquery of the original query that is actually being explained.
id: i64
The unique ID that identifies this Explainable
.
Trait Implementations§
source§impl Clone for Explainable
impl Clone for Explainable
source§fn clone(&self) -> Explainable
fn clone(&self) -> Explainable
Returns a copy of the value. Read more
1.0.0 · 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 Explainable
impl Debug for Explainable
source§impl PartialEq for Explainable
impl PartialEq for Explainable
source§fn eq(&self, other: &Explainable) -> bool
fn eq(&self, other: &Explainable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Explainable
Auto Trait Implementations§
impl RefUnwindSafe for Explainable
impl Send for Explainable
impl Sync for Explainable
impl Unpin for Explainable
impl UnwindSafe for Explainable
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request