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: ProgressTokenThe progress token provided by the client.
value: ProgressParamsValueThe progress data.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]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 ProgressParamsimpl Send for ProgressParamsimpl Sync for ProgressParamsimpl Unpin for ProgressParamsimpl UnwindSafe for ProgressParamsBlanket Implementations
Mutably borrows from an owned value. Read more