pub struct SymbolicPathError(/* private fields */);Expand description
An error parsing a SymbolicPath.
Trait Implementations§
Source§impl Debug for SymbolicPathError
impl Debug for SymbolicPathError
Source§impl Display for SymbolicPathError
impl Display for SymbolicPathError
Source§impl Error for SymbolicPathError
impl Error for SymbolicPathError
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()
Auto Trait Implementations§
impl Freeze for SymbolicPathError
impl RefUnwindSafe for SymbolicPathError
impl Send for SymbolicPathError
impl Sync for SymbolicPathError
impl Unpin for SymbolicPathError
impl UnsafeUnpin for SymbolicPathError
impl UnwindSafe for SymbolicPathError
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