pub enum SizeTier {
Tiny,
Medium,
Large,
}Expand description
Coarse cardinality tier for branching decisions.
Variants§
Trait Implementations§
impl Copy for SizeTier
impl Eq for SizeTier
impl StructuralPartialEq for SizeTier
Auto Trait Implementations§
impl Freeze for SizeTier
impl RefUnwindSafe for SizeTier
impl Send for SizeTier
impl Sync for SizeTier
impl Unpin for SizeTier
impl UnsafeUnpin for SizeTier
impl UnwindSafe for SizeTier
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