pub struct GetExplanationResult {
pub class_iri: String,
pub steps: Vec<ExplanationStep>,
pub text: String,
pub alternatives: Vec<ExplanationResult>,
pub indexed_at: u64,
pub content_hash: String,
}Fields§
§class_iri: String§steps: Vec<ExplanationStep>§text: String§alternatives: Vec<ExplanationResult>§indexed_at: u64§content_hash: StringTrait Implementations§
Source§impl Debug for GetExplanationResult
impl Debug for GetExplanationResult
Auto Trait Implementations§
impl Freeze for GetExplanationResult
impl RefUnwindSafe for GetExplanationResult
impl Send for GetExplanationResult
impl Sync for GetExplanationResult
impl Unpin for GetExplanationResult
impl UnsafeUnpin for GetExplanationResult
impl UnwindSafe for GetExplanationResult
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