pub enum InitializedNotification {}Expand description
The initialized notification is sent from the client to the server after the client is fully initialized and the server is allowed to send requests from the server to the client.
Trait Implementations§
Source§impl Debug for InitializedNotification
impl Debug for InitializedNotification
Source§impl Notification for InitializedNotification
impl Notification for InitializedNotification
const METHOD: LspNotificationMethod<'static> = LspNotificationMethod::Initialized
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ClientToServer
type Params = InitializedParams
Auto Trait Implementations§
impl Freeze for InitializedNotification
impl RefUnwindSafe for InitializedNotification
impl Send for InitializedNotification
impl Sync for InitializedNotification
impl Unpin for InitializedNotification
impl UnsafeUnpin for InitializedNotification
impl UnwindSafe for InitializedNotification
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