pub struct StatsQuery {
pub biomes: bool,
pub discoveries: bool,
}Expand description
What statistics to compute.
Fields§
§biomes: boolShow biome distribution.
discoveries: boolShow discovery counts by type.
Trait Implementations§
Source§impl Clone for StatsQuery
impl Clone for StatsQuery
Source§fn clone(&self) -> StatsQuery
fn clone(&self) -> StatsQuery
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 StatsQuery
impl Debug for StatsQuery
Source§impl Default for StatsQuery
impl Default for StatsQuery
Source§fn default() -> StatsQuery
fn default() -> StatsQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatsQuery
impl RefUnwindSafe for StatsQuery
impl Send for StatsQuery
impl Sync for StatsQuery
impl Unpin for StatsQuery
impl UnsafeUnpin for StatsQuery
impl UnwindSafe for StatsQuery
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