pub enum BusySource {
Lockfile,
ProcessScan,
}Expand description
Signal source that flagged a process as busy.
Variants§
Trait Implementations§
Source§impl Clone for BusySource
impl Clone for BusySource
Source§fn clone(&self) -> BusySource
fn clone(&self) -> BusySource
Returns a duplicate 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 BusySource
impl Debug for BusySource
Source§impl PartialEq for BusySource
impl PartialEq for BusySource
impl Eq for BusySource
impl StructuralPartialEq for BusySource
Auto Trait Implementations§
impl Freeze for BusySource
impl RefUnwindSafe for BusySource
impl Send for BusySource
impl Sync for BusySource
impl Unpin for BusySource
impl UnsafeUnpin for BusySource
impl UnwindSafe for BusySource
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