pub enum TileDiffFallback {
Disabled,
SmallScreen,
DirtyAll,
DenseCells,
DenseTiles,
TooManyTiles,
Overflow,
}Expand description
Reason the tile path fell back to a non-tile diff.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TileDiffFallback
impl Clone for TileDiffFallback
Source§fn clone(&self) -> TileDiffFallback
fn clone(&self) -> TileDiffFallback
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 TileDiffFallback
impl Debug for TileDiffFallback
Source§impl PartialEq for TileDiffFallback
impl PartialEq for TileDiffFallback
impl Copy for TileDiffFallback
impl Eq for TileDiffFallback
impl StructuralPartialEq for TileDiffFallback
Auto Trait Implementations§
impl Freeze for TileDiffFallback
impl RefUnwindSafe for TileDiffFallback
impl Send for TileDiffFallback
impl Sync for TileDiffFallback
impl Unpin for TileDiffFallback
impl UnsafeUnpin for TileDiffFallback
impl UnwindSafe for TileDiffFallback
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