pub struct OnChartTagModified;Expand description
Called when a chart tag is modified by a player or by script.
Implementations§
Trait Implementations§
Source§impl Clone for OnChartTagModified
impl Clone for OnChartTagModified
Source§fn clone(&self) -> OnChartTagModified
fn clone(&self) -> OnChartTagModified
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 OnChartTagModified
Source§impl Debug for OnChartTagModified
impl Debug for OnChartTagModified
impl Eq for OnChartTagModified
Source§impl PartialEq for OnChartTagModified
impl PartialEq for OnChartTagModified
impl StructuralPartialEq for OnChartTagModified
Auto Trait Implementations§
impl Freeze for OnChartTagModified
impl RefUnwindSafe for OnChartTagModified
impl Send for OnChartTagModified
impl Sync for OnChartTagModified
impl Unpin for OnChartTagModified
impl UnsafeUnpin for OnChartTagModified
impl UnwindSafe for OnChartTagModified
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