[−][src]Struct criterion_plot::key::Properties
Properties of the key
Methods
impl Properties[src]
impl Propertiespub fn hide(&mut self) -> &mut Properties | [src] |
Hides the key
pub fn show(&mut self) -> &mut Properties | [src] |
Shows the key
Note The key is shown by default
Trait Implementations
impl Set<Boxed> for Properties[src]
impl Set<Boxed> for Propertiesfn set(&mut self, boxed: Boxed) -> &mut Properties | [src] |
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 Propertiesfn set(&mut self, justification: Justification) -> &mut Properties | [src] |
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 Propertiesfn set(&mut self, order: Order) -> &mut Properties | [src] |
How to order each entry
Note The default order is TextSample
impl Set<Position> for Properties[src]
impl Set<Position> for Propertiesfn set(&mut self, position: Position) -> &mut Properties | [src] |
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 Propertiesfn set(&mut self, stacked: Stacked) -> &mut Properties | [src] |
Changes how the entries of the key are stacked
impl Set<Title> for Properties[src]
impl Set<Title> for Propertiesfn set(&mut self, title: Title) -> &mut Properties | [src] |
impl Clone for Properties[src]
impl Clone for Propertiesfn clone(&self) -> Properties | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for Properties
impl Send for Propertiesimpl Sync for Properties
impl Sync for PropertiesBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |