Enum jj_cli::command_error::ErrorHint
source · pub enum ErrorHint {
PlainText(String),
Formatted(FormatRecorder),
}Variants§
PlainText(String)
Formatted(FormatRecorder)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorHint
impl RefUnwindSafe for ErrorHint
impl Send for ErrorHint
impl Sync for ErrorHint
impl Unpin for ErrorHint
impl UnwindSafe for ErrorHint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more