Enum needle::err::FindProcessError
source · pub enum FindProcessError {
SnapshotError,
NotFound,
}Variants§
Trait Implementations§
source§impl Clone for FindProcessError
impl Clone for FindProcessError
source§fn clone(&self) -> FindProcessError
fn clone(&self) -> FindProcessError
Returns a copy of the value. Read more
1.0.0 · 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 FindProcessError
impl Debug for FindProcessError
source§impl Display for FindProcessError
impl Display for FindProcessError
source§impl Error for FindProcessError
impl Error for FindProcessError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
impl Copy for FindProcessError
Auto Trait Implementations§
impl Freeze for FindProcessError
impl RefUnwindSafe for FindProcessError
impl Send for FindProcessError
impl Sync for FindProcessError
impl Unpin for FindProcessError
impl UnwindSafe for FindProcessError
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