Enum lsp2::DocumentColor
pub enum DocumentColor {}
Expand description
The document color request is sent from the client to the server to list all color references found in a given text document. Along with the range, a color value in RGB is returned.
Trait Implementations§
§impl Debug for DocumentColor
impl Debug for DocumentColor
§impl Request for DocumentColor
impl Request for DocumentColor
Auto Trait Implementations§
impl RefUnwindSafe for DocumentColor
impl Send for DocumentColor
impl Sync for DocumentColor
impl Unpin for DocumentColor
impl UnwindSafe for DocumentColor
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