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