pub struct ResolvedServerParams {
pub release: Release,
pub code_server_args: CodeServerArgs,
}
Expand description
Server params that can be used to start a VS Code server.
Fields§
§release: Release
§code_server_args: CodeServerArgs
Auto Trait Implementations§
impl Freeze for ResolvedServerParams
impl RefUnwindSafe for ResolvedServerParams
impl Send for ResolvedServerParams
impl Sync for ResolvedServerParams
impl Unpin for ResolvedServerParams
impl UnwindSafe for ResolvedServerParams
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