Struct languageserver_types::CancelParams[][src]

pub struct CancelParams {
    pub id: NumberOrString,
}

Fields

The request id to cancel.

Trait Implementations

impl Debug for CancelParams
[src]

Formats the value using the given formatter. Read more

impl Eq for CancelParams
[src]

impl PartialEq for CancelParams
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations