Enum criterion_plot::key::Justification
[−]
[src]
pub enum Justification {
Left,
Right,
}Text justification of the key
Variants
LeftRight
Trait Implementations
impl Clone for Justification[src]
fn clone(&self) -> Justification[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more