Struct std::env::JoinPathsError
1.0.0 · source · pub struct JoinPathsError { /* private fields */ }
Expand description
PATH
变量上的操作的错误类型。
可能是从 env::join_paths()
返回的。
Trait Implementations§
source§impl Debug for JoinPathsError
impl Debug for JoinPathsError
source§impl Display for JoinPathsError
impl Display for JoinPathsError
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§
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
从拥有的值中借用。 Read more