Enum neovim_lib::neovim::CallError [−][src]
Variants
GenericError(String)NeovimError(u64, String)
Trait Implementations
impl Debug for CallError[src]
impl Debug for CallErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for CallError[src]
impl PartialEq for CallErrorfn eq(&self, other: &CallError) -> bool[src]
fn eq(&self, other: &CallError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CallError) -> bool[src]
fn ne(&self, other: &CallError) -> boolThis method tests for !=.
impl Eq for CallError[src]
impl Eq for CallErrorimpl Clone for CallError[src]
impl Clone for CallErrorfn clone(&self) -> CallError[src]
fn clone(&self) -> CallErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for CallError[src]
impl Display for CallErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for CallError[src]
impl Error for CallError