Enum neovim_lib::neovim::CallError[][src]

pub enum CallError {
    GenericError(String),
    NeovimError(u64String),
}

Variants

Trait Implementations

impl Debug for CallError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CallError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CallError
[src]

impl Clone for CallError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for CallError
[src]

Formats the value using the given formatter. Read more

impl Error for CallError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for CallError

impl Sync for CallError