pub struct TagsConfiguration {
pub language: Language,
pub query: Query,
/* private fields */
}
Expand description
Contains the data needed to compute tags for code written in a particular language.
Fields§
§language: Language
§query: Query
Implementations§
Trait Implementations§
Source§impl Debug for TagsConfiguration
impl Debug for TagsConfiguration
impl Send for TagsConfiguration
impl Sync for TagsConfiguration
Auto Trait Implementations§
impl Freeze for TagsConfiguration
impl RefUnwindSafe for TagsConfiguration
impl Unpin for TagsConfiguration
impl UnwindSafe for TagsConfiguration
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