Struct plotly::common::LegendGroupTitle
source · pub struct LegendGroupTitle { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for LegendGroupTitle
impl Clone for LegendGroupTitle
source§fn clone(&self) -> LegendGroupTitle
fn clone(&self) -> LegendGroupTitle
Returns a copy 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 LegendGroupTitle
impl Debug for LegendGroupTitle
source§impl Default for LegendGroupTitle
impl Default for LegendGroupTitle
source§fn default() -> LegendGroupTitle
fn default() -> LegendGroupTitle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LegendGroupTitle
impl Send for LegendGroupTitle
impl Sync for LegendGroupTitle
impl Unpin for LegendGroupTitle
impl !UnwindSafe for LegendGroupTitle
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