pub struct StrStat {
pub minimum: String,
pub maximum: String,
pub count: u64,
}Fields§
§minimum: String§maximum: String§count: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrStat
impl RefUnwindSafe for StrStat
impl Send for StrStat
impl Sync for StrStat
impl Unpin for StrStat
impl UnwindSafe for StrStat
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