Enum criterion_plot::key::Justification[][src]

pub enum Justification {
    Left,
    Right,
}

Text justification of the key

Variants

Left
Right

Trait Implementations

impl Clone for Justification[src]

impl Copy for Justification[src]

impl Set<Justification> for Properties[src]

fn set(&mut self, justification: Justification) -> &mut Properties[src]

Changes the justification of the text of each entry

Note The text is RightJustified by default

Auto Trait Implementations

impl RefUnwindSafe for Justification

impl Send for Justification

impl Sync for Justification

impl Unpin for Justification

impl UnwindSafe for Justification

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.