Struct criterion_plot::Key [−][src]
pub struct Key;
The key or legend
Trait Implementations
impl Configure<Key> for Figure[src]
impl Configure<Key> for Figuretype Properties = Properties
The properties of what's being configured
fn configure<F>(&mut self, _: Key, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties, [src]
fn configure<F>(&mut self, _: Key, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties, Configures the key (legend)
impl Clone for Key[src]
impl Clone for Keyfn clone(&self) -> Key[src]
fn clone(&self) -> KeyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Key[src]
impl Copy for Key