pub enum UiDebugVirtualListWindowShiftApplyMode {
RetainedReconcile,
NonRetainedRerender,
}Variants§
Trait Implementations§
Source§impl Clone for UiDebugVirtualListWindowShiftApplyMode
impl Clone for UiDebugVirtualListWindowShiftApplyMode
Source§fn clone(&self) -> UiDebugVirtualListWindowShiftApplyMode
fn clone(&self) -> UiDebugVirtualListWindowShiftApplyMode
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 PartialEq for UiDebugVirtualListWindowShiftApplyMode
impl PartialEq for UiDebugVirtualListWindowShiftApplyMode
Source§fn eq(&self, other: &UiDebugVirtualListWindowShiftApplyMode) -> bool
fn eq(&self, other: &UiDebugVirtualListWindowShiftApplyMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UiDebugVirtualListWindowShiftApplyMode
impl Eq for UiDebugVirtualListWindowShiftApplyMode
impl StructuralPartialEq for UiDebugVirtualListWindowShiftApplyMode
Auto Trait Implementations§
impl Freeze for UiDebugVirtualListWindowShiftApplyMode
impl RefUnwindSafe for UiDebugVirtualListWindowShiftApplyMode
impl Send for UiDebugVirtualListWindowShiftApplyMode
impl Sync for UiDebugVirtualListWindowShiftApplyMode
impl Unpin for UiDebugVirtualListWindowShiftApplyMode
impl UnsafeUnpin for UiDebugVirtualListWindowShiftApplyMode
impl UnwindSafe for UiDebugVirtualListWindowShiftApplyMode
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