Fields
error: Option<Error>exit_code: i32Implementations
Trait Implementations
sourceimpl From<ConfyError> for CliError
impl From<ConfyError> for CliError
sourcefn from(err: ConfyError) -> Self
fn from(err: ConfyError) -> Self
Performs the conversion.
sourceimpl From<DiaryError> for CliError
impl From<DiaryError> for CliError
sourcefn from(err: DiaryError) -> Self
fn from(err: DiaryError) -> Self
Performs the conversion.
sourceimpl From<ParseError> for CliError
impl From<ParseError> for CliError
sourcefn from(err: ParseError) -> Self
fn from(err: ParseError) -> Self
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for CliError
impl Send for CliError
impl Sync for CliError
impl Unpin for CliError
impl !UnwindSafe for CliError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more