pub enum ProcessRef {
Index(NonZeroU8),
Inline(ProcessKoid),
}
Variants§
Index(NonZeroU8)
Inline(ProcessKoid)
Trait Implementations§
Source§impl Clone for ProcessRef
impl Clone for ProcessRef
Source§fn clone(&self) -> ProcessRef
fn clone(&self) -> ProcessRef
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 ProcessRef
impl Debug for ProcessRef
Source§impl PartialEq for ProcessRef
impl PartialEq for ProcessRef
impl StructuralPartialEq for ProcessRef
Auto Trait Implementations§
impl Freeze for ProcessRef
impl RefUnwindSafe for ProcessRef
impl Send for ProcessRef
impl Sync for ProcessRef
impl Unpin for ProcessRef
impl UnwindSafe for ProcessRef
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