pub enum ProcessSelection {
All,
User(Cow<'static, str>),
}Variants§
Trait Implementations§
Source§impl Clone for ProcessSelection
impl Clone for ProcessSelection
Source§fn clone(&self) -> ProcessSelection
fn clone(&self) -> ProcessSelection
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 ProcessSelection
impl Debug for ProcessSelection
Auto Trait Implementations§
impl Freeze for ProcessSelection
impl RefUnwindSafe for ProcessSelection
impl Send for ProcessSelection
impl Sync for ProcessSelection
impl Unpin for ProcessSelection
impl UnwindSafe for ProcessSelection
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