pub struct CliError {
pub msg: String,
pub status: i32,
}
Fields§
§msg: String
§status: i32
Trait Implementations§
source§impl PartialEq<CliError> for CliError
impl PartialEq<CliError> for CliError
impl StructuralPartialEq for CliError
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§
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