pub enum GemmPool {
Goto,
SmallM,
SmallN,
}Variants§
Auto Trait Implementations§
impl Freeze for GemmPool
impl RefUnwindSafe for GemmPool
impl Send for GemmPool
impl Sync for GemmPool
impl Unpin for GemmPool
impl UnwindSafe for GemmPool
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