Enum lsp2::request::ColorPresentationRequest
pub enum ColorPresentationRequest {}
Expand description
The color presentation request is sent from the client to the server to obtain a list of presentations for a color value at a given location.
Trait Implementations§
§impl Debug for ColorPresentationRequest
impl Debug for ColorPresentationRequest
§impl Request for ColorPresentationRequest
impl Request for ColorPresentationRequest
Auto Trait Implementations§
impl RefUnwindSafe for ColorPresentationRequest
impl Send for ColorPresentationRequest
impl Sync for ColorPresentationRequest
impl Unpin for ColorPresentationRequest
impl UnwindSafe for ColorPresentationRequest
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