pub struct TextDocumentContentRequest;Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextDocumentContentRequest
impl RefUnwindSafe for TextDocumentContentRequest
impl Send for TextDocumentContentRequest
impl Sync for TextDocumentContentRequest
impl Unpin for TextDocumentContentRequest
impl UnsafeUnpin for TextDocumentContentRequest
impl UnwindSafe for TextDocumentContentRequest
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