Enum neovim_lib::neovim::CallError
[−]
[src]
pub enum CallError {
GenericError(String),
NeovimError(u64, String),
}Variants
GenericError(String)NeovimError(u64, String)Trait Implementations
impl Debug for CallError[src]
impl PartialEq for CallError[src]
fn eq(&self, __arg_0: &CallError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CallError) -> bool
This method tests for !=.
impl Eq for CallError[src]
impl Clone for CallError[src]
fn clone(&self) -> CallError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more