pub struct ScopedLspServerConfig {
pub config: LspServerConfig,
pub scope: String,
pub source: String,
}Expand description
Scoped LSP server configuration.
Fields§
§config: LspServerConfig§scope: String§source: StringTrait Implementations§
Source§impl Clone for ScopedLspServerConfig
impl Clone for ScopedLspServerConfig
Source§fn clone(&self) -> ScopedLspServerConfig
fn clone(&self) -> ScopedLspServerConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScopedLspServerConfig
impl RefUnwindSafe for ScopedLspServerConfig
impl Send for ScopedLspServerConfig
impl Sync for ScopedLspServerConfig
impl Unpin for ScopedLspServerConfig
impl UnsafeUnpin for ScopedLspServerConfig
impl UnwindSafe for ScopedLspServerConfig
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