pub struct LanguageSetting {
pub type_: LanguageType,
pub query: &'static str,
pub ids: &'static [&'static str],
pub dictionary_ids: &'static [&'static str],
pub extensions: &'static [&'static str],
}Fields§
§type_: LanguageType§query: &'static str§ids: &'static [&'static str]ID from https://code.visualstudio.com/docs/languages/identifiers
dictionary_ids: &'static [&'static str]§extensions: &'static [&'static str]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LanguageSetting
impl RefUnwindSafe for LanguageSetting
impl Send for LanguageSetting
impl Sync for LanguageSetting
impl Unpin for LanguageSetting
impl UnwindSafe for LanguageSetting
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