pub struct ServerTextDocumentItem {
pub uri: Url,
pub text: String,
}Expand description
Used in didOpen request.
Fields§
§uri: Url§text: StringAuto Trait Implementations§
impl Freeze for ServerTextDocumentItem
impl RefUnwindSafe for ServerTextDocumentItem
impl Send for ServerTextDocumentItem
impl Sync for ServerTextDocumentItem
impl Unpin for ServerTextDocumentItem
impl UnsafeUnpin for ServerTextDocumentItem
impl UnwindSafe for ServerTextDocumentItem
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