pub struct QueryFeatureFlags {
pub has_code_symbol: bool,
pub has_error_token: bool,
pub has_path_or_file: bool,
pub has_numeric_id: bool,
}Expand description
Query feature flags
Fields§
§has_code_symbol: bool§has_error_token: bool§has_path_or_file: bool§has_numeric_id: boolTrait Implementations§
Source§impl Clone for QueryFeatureFlags
impl Clone for QueryFeatureFlags
Source§fn clone(&self) -> QueryFeatureFlags
fn clone(&self) -> QueryFeatureFlags
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 QueryFeatureFlags
impl Debug for QueryFeatureFlags
Source§impl Default for QueryFeatureFlags
impl Default for QueryFeatureFlags
Source§fn default() -> QueryFeatureFlags
fn default() -> QueryFeatureFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryFeatureFlags
impl RefUnwindSafe for QueryFeatureFlags
impl Send for QueryFeatureFlags
impl Sync for QueryFeatureFlags
impl Unpin for QueryFeatureFlags
impl UnwindSafe for QueryFeatureFlags
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