pub struct OnChartTagRemoved;Expand description
Called just before a chart tag is deleted.
Implementations§
Trait Implementations§
Source§impl Clone for OnChartTagRemoved
impl Clone for OnChartTagRemoved
Source§fn clone(&self) -> OnChartTagRemoved
fn clone(&self) -> OnChartTagRemoved
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnChartTagRemoved
Source§impl Debug for OnChartTagRemoved
impl Debug for OnChartTagRemoved
impl Eq for OnChartTagRemoved
Source§impl PartialEq for OnChartTagRemoved
impl PartialEq for OnChartTagRemoved
impl StructuralPartialEq for OnChartTagRemoved
Auto Trait Implementations§
impl Freeze for OnChartTagRemoved
impl RefUnwindSafe for OnChartTagRemoved
impl Send for OnChartTagRemoved
impl Sync for OnChartTagRemoved
impl Unpin for OnChartTagRemoved
impl UnsafeUnpin for OnChartTagRemoved
impl UnwindSafe for OnChartTagRemoved
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