pub struct KeyLenStat {
pub min: usize,
pub max: usize,
}
Expand description
How long are the keys. See Stats for a brief description.
Fields§
§min: usize
§max: usize
Trait Implementations§
Source§impl Debug for KeyLenStat
impl Debug for KeyLenStat
Source§impl Default for KeyLenStat
impl Default for KeyLenStat
Source§fn default() -> KeyLenStat
fn default() -> KeyLenStat
Returns the “default value” for a type. Read more
Source§impl PartialEq for KeyLenStat
impl PartialEq for KeyLenStat
impl StructuralPartialEq for KeyLenStat
Auto Trait Implementations§
impl Freeze for KeyLenStat
impl RefUnwindSafe for KeyLenStat
impl Send for KeyLenStat
impl Sync for KeyLenStat
impl Unpin for KeyLenStat
impl UnwindSafe for KeyLenStat
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