pub struct PackageSubpathResolveError(pub Box<PackageSubpathResolveErrorKind>);Tuple Fields§
§0: Box<PackageSubpathResolveErrorKind>Implementations§
Source§impl PackageSubpathResolveError
impl PackageSubpathResolveError
pub fn as_kind(&self) -> &PackageSubpathResolveErrorKind
pub fn into_kind(self) -> PackageSubpathResolveErrorKind
Trait Implementations§
Source§impl Debug for PackageSubpathResolveError
impl Debug for PackageSubpathResolveError
Source§impl Deref for PackageSubpathResolveError
impl Deref for PackageSubpathResolveError
Source§impl Display for PackageSubpathResolveError
impl Display for PackageSubpathResolveError
Source§impl Error for PackageSubpathResolveError
impl Error for PackageSubpathResolveError
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<E> From<E> for PackageSubpathResolveErrorwhere
PackageSubpathResolveErrorKind: From<E>,
impl<E> From<E> for PackageSubpathResolveErrorwhere
PackageSubpathResolveErrorKind: From<E>,
Source§impl From<PackageSubpathResolveError> for PackageResolveErrorKind
impl From<PackageSubpathResolveError> for PackageResolveErrorKind
Source§fn from(source: PackageSubpathResolveError) -> Self
fn from(source: PackageSubpathResolveError) -> Self
Converts to this type from the input type.
Source§impl NodeJsErrorCoded for PackageSubpathResolveError
impl NodeJsErrorCoded for PackageSubpathResolveError
fn code(&self) -> NodeJsErrorCode
Auto Trait Implementations§
impl Freeze for PackageSubpathResolveError
impl !RefUnwindSafe for PackageSubpathResolveError
impl Send for PackageSubpathResolveError
impl Sync for PackageSubpathResolveError
impl Unpin for PackageSubpathResolveError
impl !UnwindSafe for PackageSubpathResolveError
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