pub struct ChartLegend {
pub position: String,
pub overlay: bool,
}Expand description
Chart legend
Fields§
§position: String§overlay: boolImplementations§
Trait Implementations§
Source§impl Clone for ChartLegend
impl Clone for ChartLegend
Source§fn clone(&self) -> ChartLegend
fn clone(&self) -> ChartLegend
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 moreAuto Trait Implementations§
impl Freeze for ChartLegend
impl RefUnwindSafe for ChartLegend
impl Send for ChartLegend
impl Sync for ChartLegend
impl Unpin for ChartLegend
impl UnwindSafe for ChartLegend
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