enum ProcessLookupError {
ExceededMaxDepth,
}Variants§
ExceededMaxDepth
Trait Implementations§
Source§impl Debug for ProcessLookupError
impl Debug for ProcessLookupError
Source§impl PartialEq for ProcessLookupError
impl PartialEq for ProcessLookupError
Source§fn eq(&self, other: &ProcessLookupError) -> bool
fn eq(&self, other: &ProcessLookupError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProcessLookupError
Auto Trait Implementations§
impl Freeze for ProcessLookupError
impl RefUnwindSafe for ProcessLookupError
impl Send for ProcessLookupError
impl Sync for ProcessLookupError
impl Unpin for ProcessLookupError
impl UnsafeUnpin for ProcessLookupError
impl UnwindSafe for ProcessLookupError
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