Struct arret_lsp_server::json_rpc::ResponseError [−][src]
Fields
code: i32message: Stringdata: Option<Value>Trait Implementations
impl Clone for ResponseError[src]
impl Clone for ResponseError[src]fn clone(&self) -> ResponseError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for ResponseError[src]
impl<'de> Deserialize<'de> for ResponseError[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<ResponseError> for ResponseError[src]
impl PartialEq<ResponseError> for ResponseError[src]fn eq(&self, other: &ResponseError) -> bool[src]
fn ne(&self, other: &ResponseError) -> bool[src]
impl Serialize for ResponseError[src]
impl Serialize for ResponseError[src]