pub enum ToolIdPatternError {
Empty,
DanglingEscape,
}Variants§
Trait Implementations§
Source§impl Debug for ToolIdPatternError
impl Debug for ToolIdPatternError
Source§impl Display for ToolIdPatternError
impl Display for ToolIdPatternError
impl Eq for ToolIdPatternError
Source§impl Error for ToolIdPatternError
impl Error for ToolIdPatternError
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 ToolIdPatternError
impl PartialEq for ToolIdPatternError
Source§fn eq(&self, other: &ToolIdPatternError) -> bool
fn eq(&self, other: &ToolIdPatternError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToolIdPatternError
Auto Trait Implementations§
impl Freeze for ToolIdPatternError
impl RefUnwindSafe for ToolIdPatternError
impl Send for ToolIdPatternError
impl Sync for ToolIdPatternError
impl Unpin for ToolIdPatternError
impl UnsafeUnpin for ToolIdPatternError
impl UnwindSafe for ToolIdPatternError
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