pub struct RLanguage {}Expand description
R 语言定义
Implementations§
Trait Implementations§
Source§impl HoverProvider<RLanguage> for RHoverProvider
Available on crate feature lsp only.
impl HoverProvider<RLanguage> for RHoverProvider
Available on crate feature
lsp only.Source§impl Language for RLanguage
impl Language for RLanguage
Source§const CATEGORY: LanguageCategory = LanguageCategory::Programming
const CATEGORY: LanguageCategory = LanguageCategory::Programming
The category of the language.
Source§type TokenType = RTokenType
type TokenType = RTokenType
The token type used to represent different token and node types in the language. Read more
Source§type ElementType = RElementType
type ElementType = RElementType
The element type used to represent composite structures in the parsed tree. Read more
impl Copy for RLanguage
impl Eq for RLanguage
impl StructuralPartialEq for RLanguage
Auto Trait Implementations§
impl Freeze for RLanguage
impl RefUnwindSafe for RLanguage
impl Send for RLanguage
impl Sync for RLanguage
impl Unpin for RLanguage
impl UnwindSafe for RLanguage
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