Struct nvim_gtk::nvim::NvimInitError
source · [−]Fields
source: Box<dyn Error>cmd: Option<String>Implementations
Trait Implementations
sourceimpl Debug for NvimInitError
impl Debug for NvimInitError
sourceimpl Display for NvimInitError
impl Display for NvimInitError
sourceimpl Error for NvimInitError
impl Error for NvimInitError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourcefn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
Auto Trait Implementations
impl !RefUnwindSafe for NvimInitError
impl !Send for NvimInitError
impl !Sync for NvimInitError
impl Unpin for NvimInitError
impl !UnwindSafe for NvimInitError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more