pub struct EmbeddedGraphRagValidate {
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 EmbeddedGraphRagValidate
impl Clone for EmbeddedGraphRagValidate
Source§fn clone(&self) -> EmbeddedGraphRagValidate
fn clone(&self) -> EmbeddedGraphRagValidate
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 EmbeddedGraphRagValidate
impl Debug for EmbeddedGraphRagValidate
Auto Trait Implementations§
impl Freeze for EmbeddedGraphRagValidate
impl RefUnwindSafe for EmbeddedGraphRagValidate
impl Send for EmbeddedGraphRagValidate
impl Sync for EmbeddedGraphRagValidate
impl Unpin for EmbeddedGraphRagValidate
impl UnsafeUnpin for EmbeddedGraphRagValidate
impl UnwindSafe for EmbeddedGraphRagValidate
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