pub struct PathOverrideError { /* private fields */ }Expand description
An environment-provided runtime path was not safe to use as a global path.
Trait Implementations§
Source§impl Clone for PathOverrideError
impl Clone for PathOverrideError
Source§fn clone(&self) -> PathOverrideError
fn clone(&self) -> PathOverrideError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PathOverrideError
impl Debug for PathOverrideError
Source§impl Display for PathOverrideError
impl Display for PathOverrideError
impl Eq for PathOverrideError
Source§impl Error for PathOverrideError
impl Error for PathOverrideError
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()
Source§impl PartialEq for PathOverrideError
impl PartialEq for PathOverrideError
impl StructuralPartialEq for PathOverrideError
Auto Trait Implementations§
impl Freeze for PathOverrideError
impl RefUnwindSafe for PathOverrideError
impl Send for PathOverrideError
impl Sync for PathOverrideError
impl Unpin for PathOverrideError
impl UnsafeUnpin for PathOverrideError
impl UnwindSafe for PathOverrideError
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