Struct lsp_types::ExecuteCommandParams
source · pub struct ExecuteCommandParams {
pub command: String,
pub arguments: Vec<Value>,
pub work_done_progress_params: WorkDoneProgressParams,
}
Fields§
§command: String
The identifier of the actual command handler.
arguments: Vec<Value>
Arguments that the command should be invoked with.
work_done_progress_params: WorkDoneProgressParams
Trait Implementations§
source§impl Clone for ExecuteCommandParams
impl Clone for ExecuteCommandParams
source§fn clone(&self) -> ExecuteCommandParams
fn clone(&self) -> ExecuteCommandParams
Returns a copy 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 moresource§impl Debug for ExecuteCommandParams
impl Debug for ExecuteCommandParams
source§impl Default for ExecuteCommandParams
impl Default for ExecuteCommandParams
source§fn default() -> ExecuteCommandParams
fn default() -> ExecuteCommandParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExecuteCommandParams
impl<'de> Deserialize<'de> for ExecuteCommandParams
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ExecuteCommandParams
impl PartialEq for ExecuteCommandParams
source§impl Serialize for ExecuteCommandParams
impl Serialize for ExecuteCommandParams
impl StructuralPartialEq for ExecuteCommandParams
Auto Trait Implementations§
impl Freeze for ExecuteCommandParams
impl RefUnwindSafe for ExecuteCommandParams
impl Send for ExecuteCommandParams
impl Sync for ExecuteCommandParams
impl Unpin for ExecuteCommandParams
impl UnwindSafe for ExecuteCommandParams
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)