Struct cargo_util_schemas::manifest::UnresolvedError
source · #[non_exhaustive]pub struct UnresolvedError;
Expand description
Error validating names in Cargo.
Trait Implementations§
source§impl Debug for UnresolvedError
impl Debug for UnresolvedError
source§impl Display for UnresolvedError
impl Display for UnresolvedError
source§impl Error for UnresolvedError
impl Error for UnresolvedError
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 UnresolvedError
impl RefUnwindSafe for UnresolvedError
impl Send for UnresolvedError
impl Sync for UnresolvedError
impl Unpin for UnresolvedError
impl UnwindSafe for UnresolvedError
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes