pub struct LSPCompletion {
pub label: String,
pub details: Option<String>,
pub location: LSPLocation,
}
Fields§
§label: String
§details: Option<String>
§location: LSPLocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LSPCompletion
impl RefUnwindSafe for LSPCompletion
impl Send for LSPCompletion
impl Sync for LSPCompletion
impl Unpin for LSPCompletion
impl UnwindSafe for LSPCompletion
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