pub struct FlagshipGraphRagReferenceContract {
pub topology: String,
pub release_candidate: String,
pub serialized_plan_profile: String,
pub compatibility_profile: String,
pub capability_rejection_scenario: String,
pub compiled_plan_cache: CompiledPlanCacheContract,
}Fields§
§topology: String§release_candidate: String§serialized_plan_profile: String§compatibility_profile: String§capability_rejection_scenario: String§compiled_plan_cache: CompiledPlanCacheContractTrait Implementations§
Source§impl Clone for FlagshipGraphRagReferenceContract
impl Clone for FlagshipGraphRagReferenceContract
Source§fn clone(&self) -> FlagshipGraphRagReferenceContract
fn clone(&self) -> FlagshipGraphRagReferenceContract
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 PartialEq for FlagshipGraphRagReferenceContract
impl PartialEq for FlagshipGraphRagReferenceContract
Source§fn eq(&self, other: &FlagshipGraphRagReferenceContract) -> bool
fn eq(&self, other: &FlagshipGraphRagReferenceContract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FlagshipGraphRagReferenceContract
impl StructuralPartialEq for FlagshipGraphRagReferenceContract
Auto Trait Implementations§
impl Freeze for FlagshipGraphRagReferenceContract
impl RefUnwindSafe for FlagshipGraphRagReferenceContract
impl Send for FlagshipGraphRagReferenceContract
impl Sync for FlagshipGraphRagReferenceContract
impl Unpin for FlagshipGraphRagReferenceContract
impl UnsafeUnpin for FlagshipGraphRagReferenceContract
impl UnwindSafe for FlagshipGraphRagReferenceContract
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