pub enum TileSizeSelection {
MinTileSize,
MaxTileSize,
}
Variants§
Trait Implementations§
Source§impl Clone for TileSizeSelection
impl Clone for TileSizeSelection
Source§fn clone(&self) -> TileSizeSelection
fn clone(&self) -> TileSizeSelection
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 TileSizeSelection
impl Debug for TileSizeSelection
Source§impl Default for TileSizeSelection
impl Default for TileSizeSelection
Source§fn default() -> TileSizeSelection
fn default() -> TileSizeSelection
Returns the “default value” for a type. Read more
impl Copy for TileSizeSelection
Auto Trait Implementations§
impl Freeze for TileSizeSelection
impl RefUnwindSafe for TileSizeSelection
impl Send for TileSizeSelection
impl Sync for TileSizeSelection
impl Unpin for TileSizeSelection
impl UnwindSafe for TileSizeSelection
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