pub enum LegendAlignment {
Left,
Center,
Right,
}Variants§
Trait Implementations§
Source§impl Clone for LegendAlignment
impl Clone for LegendAlignment
Source§fn clone(&self) -> LegendAlignment
fn clone(&self) -> LegendAlignment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LegendAlignment
impl Debug for LegendAlignment
Source§impl PartialEq for LegendAlignment
impl PartialEq for LegendAlignment
impl Copy for LegendAlignment
impl StructuralPartialEq for LegendAlignment
Auto Trait Implementations§
impl Freeze for LegendAlignment
impl RefUnwindSafe for LegendAlignment
impl Send for LegendAlignment
impl Sync for LegendAlignment
impl Unpin for LegendAlignment
impl UnsafeUnpin for LegendAlignment
impl UnwindSafe for LegendAlignment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more