pub enum PackBand {
Small,
Index,
Blob,
}Expand description
Temperature bands for pack organization
Variants§
Trait Implementations§
impl Copy for PackBand
impl Eq for PackBand
impl StructuralPartialEq for PackBand
Auto Trait Implementations§
impl Freeze for PackBand
impl RefUnwindSafe for PackBand
impl Send for PackBand
impl Sync for PackBand
impl Unpin for PackBand
impl UnwindSafe for PackBand
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