pub enum Refinement {
Add,
Replace,
}Expand description
Supported refinement policy for a tile.
Variants§
Add
Child tiles are rendered in addition to the parent.
Replace
Child tiles replace the parent when refined.
Trait Implementations§
Source§impl Clone for Refinement
impl Clone for Refinement
Source§fn clone(&self) -> Refinement
fn clone(&self) -> Refinement
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 moreSource§impl Debug for Refinement
impl Debug for Refinement
Source§impl PartialEq for Refinement
impl PartialEq for Refinement
Source§fn eq(&self, other: &Refinement) -> bool
fn eq(&self, other: &Refinement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Refinement
impl Eq for Refinement
impl StructuralPartialEq for Refinement
Auto Trait Implementations§
impl Freeze for Refinement
impl RefUnwindSafe for Refinement
impl Send for Refinement
impl Sync for Refinement
impl Unpin for Refinement
impl UnsafeUnpin for Refinement
impl UnwindSafe for Refinement
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