#[repr(u8)]pub enum PoolId {
XS = 0,
S = 1,
M = 2,
L = 3,
XL = 4,
}Variants§
Implementations§
Trait Implementations§
impl Copy for PoolId
impl Eq for PoolId
impl StructuralPartialEq for PoolId
Auto Trait Implementations§
impl Freeze for PoolId
impl RefUnwindSafe for PoolId
impl Send for PoolId
impl Sync for PoolId
impl Unpin for PoolId
impl UnsafeUnpin for PoolId
impl UnwindSafe for PoolId
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