pub struct ShowLegendKey { /* private fields */ }Implementations§
Source§impl ShowLegendKey
impl ShowLegendKey
Trait Implementations§
Source§impl Clone for ShowLegendKey
impl Clone for ShowLegendKey
Source§fn clone(&self) -> ShowLegendKey
fn clone(&self) -> ShowLegendKey
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 ShowLegendKey
impl Debug for ShowLegendKey
Source§impl Default for ShowLegendKey
impl Default for ShowLegendKey
Source§fn default() -> ShowLegendKey
fn default() -> ShowLegendKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ShowLegendKey
impl RefUnwindSafe for ShowLegendKey
impl Send for ShowLegendKey
impl Sync for ShowLegendKey
impl Unpin for ShowLegendKey
impl UnwindSafe for ShowLegendKey
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