pub struct TierCountConfig {
pub min: usize,
pub max: usize,
}Expand description
Count range for tier generation.
Fields§
§min: usizeMinimum count
max: usizeMaximum count
Implementations§
Trait Implementations§
Source§impl Clone for TierCountConfig
impl Clone for TierCountConfig
Source§fn clone(&self) -> TierCountConfig
fn clone(&self) -> TierCountConfig
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 moreAuto Trait Implementations§
impl Freeze for TierCountConfig
impl RefUnwindSafe for TierCountConfig
impl Send for TierCountConfig
impl Sync for TierCountConfig
impl Unpin for TierCountConfig
impl UnwindSafe for TierCountConfig
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