Struct zed2::languages::LanguageQueries
source · pub struct LanguageQueries {
pub highlights: Option<Cow<'static, str>>,
pub brackets: Option<Cow<'static, str>>,
pub indents: Option<Cow<'static, str>>,
pub outline: Option<Cow<'static, str>>,
pub embedding: Option<Cow<'static, str>>,
pub injections: Option<Cow<'static, str>>,
pub overrides: Option<Cow<'static, str>>,
}
Fields§
§highlights: Option<Cow<'static, str>>
§brackets: Option<Cow<'static, str>>
§indents: Option<Cow<'static, str>>
§outline: Option<Cow<'static, str>>
§embedding: Option<Cow<'static, str>>
§injections: Option<Cow<'static, str>>
§overrides: Option<Cow<'static, str>>
Trait Implementations§
source§impl Debug for LanguageQueries
impl Debug for LanguageQueries
source§impl Default for LanguageQueries
impl Default for LanguageQueries
source§fn default() -> LanguageQueries
fn default() -> LanguageQueries
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LanguageQueries
impl Send for LanguageQueries
impl Sync for LanguageQueries
impl Unpin for LanguageQueries
impl UnwindSafe for LanguageQueries
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