pub enum CommandQuery {
SemanticTokensFull(LspSemanticTokens),
}Expand description
LSP commands wrapping query structs generated by #[query] macro.
Variants§
SemanticTokensFull(LspSemanticTokens)
Trait Implementations§
Source§impl Clone for CommandQuery
impl Clone for CommandQuery
Source§fn clone(&self) -> CommandQuery
fn clone(&self) -> CommandQuery
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 moreAuto Trait Implementations§
impl Freeze for CommandQuery
impl RefUnwindSafe for CommandQuery
impl Send for CommandQuery
impl Sync for CommandQuery
impl Unpin for CommandQuery
impl UnwindSafe for CommandQuery
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