pub struct LevelComparisonTable { /* private fields */ }Expand description
Universe level comparison table.
Precomputes and caches level comparison results for a fixed list of levels.
Implementations§
Trait Implementations§
Source§impl Clone for LevelComparisonTable
impl Clone for LevelComparisonTable
Source§fn clone(&self) -> LevelComparisonTable
fn clone(&self) -> LevelComparisonTable
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 LevelComparisonTable
impl Debug for LevelComparisonTable
Source§impl Default for LevelComparisonTable
impl Default for LevelComparisonTable
Source§fn default() -> LevelComparisonTable
fn default() -> LevelComparisonTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LevelComparisonTable
impl RefUnwindSafe for LevelComparisonTable
impl Send for LevelComparisonTable
impl Sync for LevelComparisonTable
impl Unpin for LevelComparisonTable
impl UnsafeUnpin for LevelComparisonTable
impl UnwindSafe for LevelComparisonTable
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