pub enum CompletionShellError {
Unsupported {
shell: String,
},
}Expand description
Failure to parse a completion shell name.
Variants§
Trait Implementations§
Source§impl Clone for CompletionShellError
impl Clone for CompletionShellError
Source§fn clone(&self) -> CompletionShellError
fn clone(&self) -> CompletionShellError
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 CompletionShellError
impl Debug for CompletionShellError
impl Eq for CompletionShellError
Source§impl PartialEq for CompletionShellError
impl PartialEq for CompletionShellError
impl StructuralPartialEq for CompletionShellError
Auto Trait Implementations§
impl Freeze for CompletionShellError
impl RefUnwindSafe for CompletionShellError
impl Send for CompletionShellError
impl Sync for CompletionShellError
impl Unpin for CompletionShellError
impl UnsafeUnpin for CompletionShellError
impl UnwindSafe for CompletionShellError
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