pub struct EmbeddedGraphRagCapabilityGapReport {
pub profile: String,
pub supported: bool,
pub missing_ops: Vec<String>,
pub missing_exprs: Vec<String>,
}Fields§
§profile: String§supported: bool§missing_ops: Vec<String>§missing_exprs: Vec<String>Trait Implementations§
Source§impl Clone for EmbeddedGraphRagCapabilityGapReport
impl Clone for EmbeddedGraphRagCapabilityGapReport
Source§fn clone(&self) -> EmbeddedGraphRagCapabilityGapReport
fn clone(&self) -> EmbeddedGraphRagCapabilityGapReport
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 moreAuto Trait Implementations§
impl Freeze for EmbeddedGraphRagCapabilityGapReport
impl RefUnwindSafe for EmbeddedGraphRagCapabilityGapReport
impl Send for EmbeddedGraphRagCapabilityGapReport
impl Sync for EmbeddedGraphRagCapabilityGapReport
impl Unpin for EmbeddedGraphRagCapabilityGapReport
impl UnsafeUnpin for EmbeddedGraphRagCapabilityGapReport
impl UnwindSafe for EmbeddedGraphRagCapabilityGapReport
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