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