pub struct EmbeddedGraphRagExplain {
pub profile: String,
pub supported: bool,
pub missing_required_ops: Vec<String>,
pub unsupported_ops: Vec<String>,
pub unsupported_exprs: Vec<String>,
pub graph_ref_unsupported: bool,
}Fields§
§profile: String§supported: bool§missing_required_ops: Vec<String>§unsupported_ops: Vec<String>§unsupported_exprs: Vec<String>§graph_ref_unsupported: boolTrait Implementations§
Source§impl Clone for EmbeddedGraphRagExplain
impl Clone for EmbeddedGraphRagExplain
Source§fn clone(&self) -> EmbeddedGraphRagExplain
fn clone(&self) -> EmbeddedGraphRagExplain
Returns a duplicate 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 EmbeddedGraphRagExplain
impl Debug for EmbeddedGraphRagExplain
Auto Trait Implementations§
impl Freeze for EmbeddedGraphRagExplain
impl RefUnwindSafe for EmbeddedGraphRagExplain
impl Send for EmbeddedGraphRagExplain
impl Sync for EmbeddedGraphRagExplain
impl Unpin for EmbeddedGraphRagExplain
impl UnsafeUnpin for EmbeddedGraphRagExplain
impl UnwindSafe for EmbeddedGraphRagExplain
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