Enum lsp_types::notification::Initialized
source · pub enum Initialized {}
Expand description
The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server. The server can use the initialized notification for example to dynamically register capabilities.
Trait Implementations§
source§impl Debug for Initialized
impl Debug for Initialized
source§impl Notification for Initialized
impl Notification for Initialized
Auto Trait Implementations§
impl Freeze for Initialized
impl RefUnwindSafe for Initialized
impl Send for Initialized
impl Sync for Initialized
impl Unpin for Initialized
impl UnwindSafe for Initialized
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