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
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 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