pub enum TextDocumentContentRefreshRequest {}Expand description
The workspace/textDocumentContent request is sent from the server to the client to refresh
the content of a specific text document.
@since 3.18.0 @proposed
Trait Implementations§
Source§impl Request for TextDocumentContentRefreshRequest
impl Request for TextDocumentContentRefreshRequest
const METHOD: LspRequestMethod<'static> = LspRequestMethod::WorkspaceTextDocumentContentRefresh
const MESSAGE_DIRECTION: MessageDirection = MessageDirection::ServerToClient
type Params = TextDocumentContentRefreshParams
type Result = ()
Auto Trait Implementations§
impl Freeze for TextDocumentContentRefreshRequest
impl RefUnwindSafe for TextDocumentContentRefreshRequest
impl Send for TextDocumentContentRefreshRequest
impl Sync for TextDocumentContentRefreshRequest
impl Unpin for TextDocumentContentRefreshRequest
impl UnsafeUnpin for TextDocumentContentRefreshRequest
impl UnwindSafe for TextDocumentContentRefreshRequest
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