Enum criterion_plot::key::Boxed [−][src]
pub enum Boxed {
No,
Yes,
}Expand description
Whether the key is surrounded by a box or not
Variants
Trait Implementations
Select if the key will be surrounded with a box or not
Note The key is not boxed by default
Auto Trait Implementations
impl RefUnwindSafe for Boxedimpl UnwindSafe for BoxedBlanket Implementations
Mutably borrows from an owned value. Read more