Enum lsp_types::request::RangeFormatting
source · pub enum RangeFormatting {}
Expand description
The document range formatting request is sent from the client to the server to format a given range in a document.
Trait Implementations§
source§impl Debug for RangeFormatting
impl Debug for RangeFormatting
Auto Trait Implementations§
impl Freeze for RangeFormatting
impl RefUnwindSafe for RangeFormatting
impl Send for RangeFormatting
impl Sync for RangeFormatting
impl Unpin for RangeFormatting
impl UnwindSafe for RangeFormatting
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