pub struct LSPConfig {
pub root_dir: String,
pub cache_path: String,
pub package_map: HashMap<String, String>,
pub remote_urls: Vec<String>,
}
Fields§
§root_dir: String
§cache_path: String
§package_map: HashMap<String, String>
§remote_urls: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LSPConfig
impl RefUnwindSafe for LSPConfig
impl Send for LSPConfig
impl Sync for LSPConfig
impl Unpin for LSPConfig
impl UnwindSafe for LSPConfig
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