Enum criterion_plot::key::Boxed
source · [−]pub enum Boxed {
No,
Yes,
}
Expand description
Whether the key is surrounded by a box or not
Variants
No
Yes
Trait Implementations
sourceimpl Set<Boxed> for Properties
impl Set<Boxed> for Properties
sourcefn set(&mut self, boxed: Boxed) -> &mut Properties
fn set(&mut self, boxed: Boxed) -> &mut Properties
Select if the key will be surrounded with a box or not
Note The key is not boxed by default
impl Copy for Boxed
Auto Trait Implementations
impl RefUnwindSafe for Boxed
impl Send for Boxed
impl Sync for Boxed
impl Unpin for Boxed
impl UnwindSafe for Boxed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more