Struct criterion_plot::key::Properties [−][src]
pub struct Properties { /* fields omitted */ }
Properties of the key
Methods
impl Properties
[src]
impl Properties
pub fn hide(&mut self) -> &mut Properties
[src]
pub fn hide(&mut self) -> &mut Properties
Hides the key
pub fn show(&mut self) -> &mut Properties
[src]
pub fn show(&mut self) -> &mut Properties
Shows the key
Note The key is shown by default
Trait Implementations
impl Clone for Properties
[src]
impl Clone for Properties
fn clone(&self) -> Properties
[src]
fn clone(&self) -> Properties
Returns 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 Set<Boxed> for Properties
[src]
impl Set<Boxed> for Properties
fn set(&mut self, boxed: Boxed) -> &mut Properties
[src]
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 Set<Justification> for Properties
[src]
impl Set<Justification> for Properties
fn set(&mut self, justification: Justification) -> &mut Properties
[src]
fn set(&mut self, justification: Justification) -> &mut Properties
Changes the justification of the text of each entry
Note The text is RightJustified
by default
impl Set<Order> for Properties
[src]
impl Set<Order> for Properties
fn set(&mut self, order: Order) -> &mut Properties
[src]
fn set(&mut self, order: Order) -> &mut Properties
How to order each entry
Note The default order is TextSample
impl Set<Position> for Properties
[src]
impl Set<Position> for Properties
fn set(&mut self, position: Position) -> &mut Properties
[src]
fn set(&mut self, position: Position) -> &mut Properties
Selects where to place the key
Note By default, the key is placed Inside(Vertical::Top, Horizontal::Right)
impl Set<Stacked> for Properties
[src]
impl Set<Stacked> for Properties
fn set(&mut self, stacked: Stacked) -> &mut Properties
[src]
fn set(&mut self, stacked: Stacked) -> &mut Properties
Changes how the entries of the key are stacked
impl Set<Title> for Properties
[src]
impl Set<Title> for Properties
fn set(&mut self, title: Title) -> &mut Properties
[src]
fn set(&mut self, title: Title) -> &mut Properties
Sets some property
Auto Trait Implementations
impl Send for Properties
impl Send for Properties
impl Sync for Properties
impl Sync for Properties