pub struct RustAnalyzerProxy {
pub workspace_path: Option<String>,
}Fields§
§workspace_path: Option<String>Trait Implementations§
Source§impl Component<ProxyToConductor> for RustAnalyzerProxy
impl Component<ProxyToConductor> for RustAnalyzerProxy
Source§impl Default for RustAnalyzerProxy
impl Default for RustAnalyzerProxy
Source§fn default() -> RustAnalyzerProxy
fn default() -> RustAnalyzerProxy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RustAnalyzerProxy
impl RefUnwindSafe for RustAnalyzerProxy
impl Send for RustAnalyzerProxy
impl Sync for RustAnalyzerProxy
impl Unpin for RustAnalyzerProxy
impl UnwindSafe for RustAnalyzerProxy
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