pub enum DamageReason {
FirstCommit,
Explicit,
Insert,
Remove,
Layout,
Paint,
Interaction,
Structure,
Clean,
}Variants§
Trait Implementations§
Source§impl Clone for DamageReason
impl Clone for DamageReason
Source§fn clone(&self) -> DamageReason
fn clone(&self) -> DamageReason
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 DamageReason
Source§impl Debug for DamageReason
impl Debug for DamageReason
impl Eq for DamageReason
Source§impl PartialEq for DamageReason
impl PartialEq for DamageReason
impl StructuralPartialEq for DamageReason
Auto Trait Implementations§
impl Freeze for DamageReason
impl RefUnwindSafe for DamageReason
impl Send for DamageReason
impl Sync for DamageReason
impl Unpin for DamageReason
impl UnsafeUnpin for DamageReason
impl UnwindSafe for DamageReason
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