pub enum DidCreateFilesNotification {}Expand description
The did create files notification is sent from the client to the server when files were created from within the client.
@since 3.16.0
Trait Implementations§
Source§impl Debug for DidCreateFilesNotification
impl Debug for DidCreateFilesNotification
Source§impl Notification for DidCreateFilesNotification
impl Notification for DidCreateFilesNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::WorkspaceDidCreateFiles
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = CreateFilesParams
Auto Trait Implementations§
impl Freeze for DidCreateFilesNotification
impl RefUnwindSafe for DidCreateFilesNotification
impl Send for DidCreateFilesNotification
impl Sync for DidCreateFilesNotification
impl Unpin for DidCreateFilesNotification
impl UnsafeUnpin for DidCreateFilesNotification
impl UnwindSafe for DidCreateFilesNotification
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