pub enum DidSaveTextDocumentNotification {}Expand description
The document save notification is sent from the client to the server when the document got saved in the client.
Trait Implementations§
Source§impl Notification for DidSaveTextDocumentNotification
impl Notification for DidSaveTextDocumentNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::TextDocumentDidSave
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = DidSaveTextDocumentParams
Auto Trait Implementations§
impl Freeze for DidSaveTextDocumentNotification
impl RefUnwindSafe for DidSaveTextDocumentNotification
impl Send for DidSaveTextDocumentNotification
impl Sync for DidSaveTextDocumentNotification
impl Unpin for DidSaveTextDocumentNotification
impl UnsafeUnpin for DidSaveTextDocumentNotification
impl UnwindSafe for DidSaveTextDocumentNotification
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