Enum lsp_types::request::OnTypeFormatting
source · pub enum OnTypeFormatting {}
Expand description
The document on type formatting request is sent from the client to the server to format parts of the document during typing.
Trait Implementations§
source§impl Debug for OnTypeFormatting
impl Debug for OnTypeFormatting
Auto Trait Implementations§
impl Freeze for OnTypeFormatting
impl RefUnwindSafe for OnTypeFormatting
impl Send for OnTypeFormatting
impl Sync for OnTypeFormatting
impl Unpin for OnTypeFormatting
impl UnwindSafe for OnTypeFormatting
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