Struct std::env::JoinPathsError 1.0.0[−][src]
pub struct JoinPathsError { /* fields omitted */ }Expand description
The error type for operations on the PATH variable. Possibly returned from
env::join_paths().
Trait Implementations
impl Debug for JoinPathsError[src]
impl Debug for JoinPathsError[src]impl Display for JoinPathsError[src]
impl Display for JoinPathsError[src]impl Error for JoinPathsError[src]
impl Error for JoinPathsError[src]fn description(&self) -> &str[src]
fn description(&self) -> &str[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for JoinPathsError
impl Send for JoinPathsError
impl Sync for JoinPathsError
impl Unpin for JoinPathsError
impl UnwindSafe for JoinPathsError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more