pub enum ForceAllTargets {
Yes,
No,
}
Expand description
Flag to indicate that target-specific filtering should be disabled.
Variants§
Trait Implementations§
source§impl Clone for ForceAllTargets
impl Clone for ForceAllTargets
source§fn clone(&self) -> ForceAllTargets
fn clone(&self) -> ForceAllTargets
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 PartialEq<ForceAllTargets> for ForceAllTargets
impl PartialEq<ForceAllTargets> for ForceAllTargets
source§fn eq(&self, other: &ForceAllTargets) -> bool
fn eq(&self, other: &ForceAllTargets) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.