pub enum UiDebugInvalidationSource {
ModelChange,
GlobalChange,
Notify,
Hover,
Focus,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for UiDebugInvalidationSource
impl Clone for UiDebugInvalidationSource
Source§fn clone(&self) -> UiDebugInvalidationSource
fn clone(&self) -> UiDebugInvalidationSource
Returns a duplicate 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 UiDebugInvalidationSource
impl Debug for UiDebugInvalidationSource
impl Copy for UiDebugInvalidationSource
impl Eq for UiDebugInvalidationSource
impl StructuralPartialEq for UiDebugInvalidationSource
Auto Trait Implementations§
impl Freeze for UiDebugInvalidationSource
impl RefUnwindSafe for UiDebugInvalidationSource
impl Send for UiDebugInvalidationSource
impl Sync for UiDebugInvalidationSource
impl Unpin for UiDebugInvalidationSource
impl UnsafeUnpin for UiDebugInvalidationSource
impl UnwindSafe for UiDebugInvalidationSource
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