Enum lsp_types::notification::DidCreateFiles
source · pub enum DidCreateFiles {}
Expand description
The did create files notification is sent from the client to the server when files were created from within the client.
Trait Implementations§
source§impl Debug for DidCreateFiles
impl Debug for DidCreateFiles
source§impl Notification for DidCreateFiles
impl Notification for DidCreateFiles
Auto Trait Implementations§
impl Freeze for DidCreateFiles
impl RefUnwindSafe for DidCreateFiles
impl Send for DidCreateFiles
impl Sync for DidCreateFiles
impl Unpin for DidCreateFiles
impl UnwindSafe for DidCreateFiles
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