Struct cargo::util::errors::ManifestError [−][src]
Error wrapper related to a particular manifest and providing it’s path.
This error adds no displayable info of it’s own.
Implementations
impl ManifestError
[src]
pub fn new<E: Into<Error>>(cause: E, manifest: PathBuf) -> Self
[src]
pub fn manifest_path(&self) -> &PathBuf
[src]
pub fn manifest_causes(&self) -> ManifestCauses<'_>ⓘNotable traits for ManifestCauses<'a>
impl<'a> Iterator for ManifestCauses<'a> type Item = &'a ManifestError;
[src]
Notable traits for ManifestCauses<'a>
impl<'a> Iterator for ManifestCauses<'a> type Item = &'a ManifestError;
Returns an iterator over the ManifestError
chain of causes.
So if this error was not caused by another ManifestError
this will be empty.
Trait Implementations
impl Debug for ManifestError
[src]
impl Display for ManifestError
[src]
impl Fail for ManifestError
[src]
Auto Trait Implementations
impl !RefUnwindSafe for ManifestError
impl Send for ManifestError
impl Sync for ManifestError
impl Unpin for ManifestError
impl !UnwindSafe for ManifestError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> AsFail for T where
T: Fail,
[src]
T: Fail,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,