pub enum TargetState {
Active,
Dropped,
Any,
}
Expand description
A helper enum to filter targets by state.
Variants§
Trait Implementations§
source§impl Debug for TargetState
impl Debug for TargetState
Auto Trait Implementations§
impl Freeze for TargetState
impl RefUnwindSafe for TargetState
impl Send for TargetState
impl Sync for TargetState
impl Unpin for TargetState
impl UnwindSafe for TargetState
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