Struct languageserver_types::CancelParams [−][src]
pub struct CancelParams {
pub id: NumberOrString,
}Fields
id: NumberOrString
The request id to cancel.
Trait Implementations
impl Debug for CancelParams[src]
impl Debug for CancelParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for CancelParams[src]
impl Eq for CancelParamsimpl PartialEq for CancelParams[src]
impl PartialEq for CancelParamsfn eq(&self, other: &CancelParams) -> bool[src]
fn eq(&self, other: &CancelParams) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CancelParams) -> bool[src]
fn ne(&self, other: &CancelParams) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for CancelParams
impl Send for CancelParamsimpl Sync for CancelParams
impl Sync for CancelParams