pub enum LegendPositionValues {
Bottom,
Left,
Right,
Top,
TopRight,
}Variants§
Trait Implementations§
Source§impl Clone for LegendPositionValues
impl Clone for LegendPositionValues
Source§fn clone(&self) -> LegendPositionValues
fn clone(&self) -> LegendPositionValues
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 LegendPositionValues
impl Debug for LegendPositionValues
Source§impl Default for LegendPositionValues
impl Default for LegendPositionValues
Source§impl EnumTrait for LegendPositionValues
impl EnumTrait for LegendPositionValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for LegendPositionValues
impl RefUnwindSafe for LegendPositionValues
impl Send for LegendPositionValues
impl Sync for LegendPositionValues
impl Unpin for LegendPositionValues
impl UnwindSafe for LegendPositionValues
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