pub struct SelectedQueryAdapterCapabilitiesV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub default_candidate_backend: &'static str,
pub backend_kinds: Vec<SelectedQueryBackendCapabilityV0>,
pub runner_commands: Vec<SelectedQueryRunnerCommandV0>,
pub required_input_contracts: Vec<&'static str>,
pub adapter_readiness: Vec<&'static str>,
pub routing_status: &'static str,
}Fields§
§schema_version: &'static str§product: &'static str§default_candidate_backend: &'static str§backend_kinds: Vec<SelectedQueryBackendCapabilityV0>§runner_commands: Vec<SelectedQueryRunnerCommandV0>§required_input_contracts: Vec<&'static str>§adapter_readiness: Vec<&'static str>§routing_status: &'static strTrait Implementations§
Source§impl Clone for SelectedQueryAdapterCapabilitiesV0
impl Clone for SelectedQueryAdapterCapabilitiesV0
Source§fn clone(&self) -> SelectedQueryAdapterCapabilitiesV0
fn clone(&self) -> SelectedQueryAdapterCapabilitiesV0
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 SelectedQueryAdapterCapabilitiesV0
impl PartialEq for SelectedQueryAdapterCapabilitiesV0
Source§fn eq(&self, other: &SelectedQueryAdapterCapabilitiesV0) -> bool
fn eq(&self, other: &SelectedQueryAdapterCapabilitiesV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SelectedQueryAdapterCapabilitiesV0
impl StructuralPartialEq for SelectedQueryAdapterCapabilitiesV0
Auto Trait Implementations§
impl Freeze for SelectedQueryAdapterCapabilitiesV0
impl RefUnwindSafe for SelectedQueryAdapterCapabilitiesV0
impl Send for SelectedQueryAdapterCapabilitiesV0
impl Sync for SelectedQueryAdapterCapabilitiesV0
impl Unpin for SelectedQueryAdapterCapabilitiesV0
impl UnsafeUnpin for SelectedQueryAdapterCapabilitiesV0
impl UnwindSafe for SelectedQueryAdapterCapabilitiesV0
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