pub struct TextDocumentContentRefreshRequest;Trait Implementations§
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