Struct lsp_types::ProgressParams [−][src]
pub struct ProgressParams {
pub token: ProgressToken,
pub value: ProgressParamsValue,
}
Expand description
The progress notification is sent from the server to the client to ask the client to indicate progress.
Fields
token: ProgressToken
The progress token provided by the client.
value: ProgressParamsValue
The progress data.
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ProgressParams
impl Send for ProgressParams
impl Sync for ProgressParams
impl Unpin for ProgressParams
impl UnwindSafe for ProgressParams
Blanket Implementations
Mutably borrows from an owned value. Read more