[−][src]Struct build_env::VarError
Describes a variable retrieval failure
Trait Implementations
impl<K: Clone + AsRef<OsStr>> Clone for VarError<K>
[src]
impl<K: Debug + AsRef<OsStr>> Debug for VarError<K>
[src]
impl<K: AsRef<OsStr>> Display for VarError<K>
[src]
impl<K: Eq + AsRef<OsStr>> Eq for VarError<K>
[src]
impl<K: AsRef<OsStr> + Debug + Any> Error for VarError<K>
[src]
fn description(&self) -> &str
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl<K: Ord + AsRef<OsStr>> Ord for VarError<K>
[src]
fn cmp(&self, other: &VarError<K>) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl<K: PartialEq + AsRef<OsStr>> PartialEq<VarError<K>> for VarError<K>
[src]
impl<K: PartialOrd + AsRef<OsStr>> PartialOrd<VarError<K>> for VarError<K>
[src]
fn partial_cmp(&self, other: &VarError<K>) -> Option<Ordering>
[src]
fn lt(&self, other: &VarError<K>) -> bool
[src]
fn le(&self, other: &VarError<K>) -> bool
[src]
fn gt(&self, other: &VarError<K>) -> bool
[src]
fn ge(&self, other: &VarError<K>) -> bool
[src]
impl<K: AsRef<OsStr>> StructuralEq for VarError<K>
[src]
impl<K: AsRef<OsStr>> StructuralPartialEq for VarError<K>
[src]
Auto Trait Implementations
impl<K> RefUnwindSafe for VarError<K> where
K: RefUnwindSafe,
K: RefUnwindSafe,
impl<K> Send for VarError<K> where
K: Send,
K: Send,
impl<K> Sync for VarError<K> where
K: Sync,
K: Sync,
impl<K> Unpin for VarError<K> where
K: Unpin,
K: Unpin,
impl<K> UnwindSafe for VarError<K> where
K: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
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> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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.
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>,