pub struct InvalidProcPath;Expand description
Returned when a string is not one of Engine’s known proc endpoints.
Trait Implementations§
Source§impl Clone for InvalidProcPath
impl Clone for InvalidProcPath
Source§fn clone(&self) -> InvalidProcPath
fn clone(&self) -> InvalidProcPath
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 InvalidProcPath
impl Debug for InvalidProcPath
Source§impl Display for InvalidProcPath
impl Display for InvalidProcPath
Source§impl Error for InvalidProcPath
impl Error for InvalidProcPath
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 InvalidProcPath
impl PartialEq for InvalidProcPath
Source§fn eq(&self, other: &InvalidProcPath) -> bool
fn eq(&self, other: &InvalidProcPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InvalidProcPath
impl Eq for InvalidProcPath
impl StructuralPartialEq for InvalidProcPath
Auto Trait Implementations§
impl Freeze for InvalidProcPath
impl RefUnwindSafe for InvalidProcPath
impl Send for InvalidProcPath
impl Sync for InvalidProcPath
impl Unpin for InvalidProcPath
impl UnsafeUnpin for InvalidProcPath
impl UnwindSafe for InvalidProcPath
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