pub struct ComputeCliError { /* private fields */ }Expand description
Error returned by compute command parsing and rendering.
Implementations§
Trait Implementations§
Source§impl Clone for ComputeCliError
impl Clone for ComputeCliError
Source§fn clone(&self) -> ComputeCliError
fn clone(&self) -> ComputeCliError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComputeCliError
impl Debug for ComputeCliError
Source§impl Display for ComputeCliError
impl Display for ComputeCliError
impl Eq for ComputeCliError
Source§impl Error for ComputeCliError
impl Error for ComputeCliError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ComputeCliError
impl PartialEq for ComputeCliError
impl StructuralPartialEq for ComputeCliError
Auto Trait Implementations§
impl Freeze for ComputeCliError
impl RefUnwindSafe for ComputeCliError
impl Send for ComputeCliError
impl Sync for ComputeCliError
impl Unpin for ComputeCliError
impl UnsafeUnpin for ComputeCliError
impl UnwindSafe for ComputeCliError
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