pub enum SummaryType {
Ratio(f64),
Int(usize),
}Variants§
Trait Implementations§
Source§impl Debug for SummaryType
impl Debug for SummaryType
Source§impl PartialEq for SummaryType
impl PartialEq for SummaryType
impl StructuralPartialEq for SummaryType
Auto Trait Implementations§
impl Freeze for SummaryType
impl RefUnwindSafe for SummaryType
impl Send for SummaryType
impl Sync for SummaryType
impl Unpin for SummaryType
impl UnwindSafe for SummaryType
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