pub struct SelectedQueryBackendCapabilityV0 {
pub backend_kind: &'static str,
pub source_resolution: bool,
pub expression_semantics: bool,
pub selector_usage: bool,
pub style_semantic_graph: bool,
}Fields§
§backend_kind: &'static str§source_resolution: bool§expression_semantics: bool§selector_usage: bool§style_semantic_graph: boolTrait Implementations§
Source§impl Clone for SelectedQueryBackendCapabilityV0
impl Clone for SelectedQueryBackendCapabilityV0
Source§fn clone(&self) -> SelectedQueryBackendCapabilityV0
fn clone(&self) -> SelectedQueryBackendCapabilityV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectedQueryBackendCapabilityV0
impl PartialEq for SelectedQueryBackendCapabilityV0
Source§fn eq(&self, other: &SelectedQueryBackendCapabilityV0) -> bool
fn eq(&self, other: &SelectedQueryBackendCapabilityV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SelectedQueryBackendCapabilityV0
impl StructuralPartialEq for SelectedQueryBackendCapabilityV0
Auto Trait Implementations§
impl Freeze for SelectedQueryBackendCapabilityV0
impl RefUnwindSafe for SelectedQueryBackendCapabilityV0
impl Send for SelectedQueryBackendCapabilityV0
impl Sync for SelectedQueryBackendCapabilityV0
impl Unpin for SelectedQueryBackendCapabilityV0
impl UnsafeUnpin for SelectedQueryBackendCapabilityV0
impl UnwindSafe for SelectedQueryBackendCapabilityV0
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