pub struct CustomLegendEntry<'a> { /* private fields */ }Expand description
Custom legend entry builder
Implementations§
Source§impl<'a> CustomLegendEntry<'a>
impl<'a> CustomLegendEntry<'a>
Sourcepub fn with_flags(self, flags: DummyFlags) -> Self
pub fn with_flags(self, flags: DummyFlags) -> Self
Set flags for the entry
Auto Trait Implementations§
impl<'a> Freeze for CustomLegendEntry<'a>
impl<'a> RefUnwindSafe for CustomLegendEntry<'a>
impl<'a> Send for CustomLegendEntry<'a>
impl<'a> Sync for CustomLegendEntry<'a>
impl<'a> Unpin for CustomLegendEntry<'a>
impl<'a> UnwindSafe for CustomLegendEntry<'a>
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