Struct criterion_plot::Key
source · [−]pub struct Key;
Expand description
The key or legend
Trait Implementations
sourceimpl Configure<Key> for Figure
impl Configure<Key> for Figure
sourcefn configure<F>(&mut self, _: Key, configure: F) -> &mut Figurewhere
F: FnOnce(&mut Properties) -> &mut Properties,
fn configure<F>(&mut self, _: Key, configure: F) -> &mut Figurewhere
F: FnOnce(&mut Properties) -> &mut Properties,
Configures the key (legend)
type Properties = Properties
type Properties = Properties
The properties of what’s being configured
impl Copy for Key
Auto Trait Implementations
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnwindSafe for Key
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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