pub enum DecodeBatchProgram {
Generic,
SlidingGatedMoe,
Gemma,
}Variants§
Trait Implementations§
Source§impl Clone for DecodeBatchProgram
impl Clone for DecodeBatchProgram
Source§fn clone(&self) -> DecodeBatchProgram
fn clone(&self) -> DecodeBatchProgram
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecodeBatchProgram
Source§impl Debug for DecodeBatchProgram
impl Debug for DecodeBatchProgram
impl Eq for DecodeBatchProgram
Source§impl PartialEq for DecodeBatchProgram
impl PartialEq for DecodeBatchProgram
impl StructuralPartialEq for DecodeBatchProgram
Auto Trait Implementations§
impl Freeze for DecodeBatchProgram
impl RefUnwindSafe for DecodeBatchProgram
impl Send for DecodeBatchProgram
impl Sync for DecodeBatchProgram
impl Unpin for DecodeBatchProgram
impl UnsafeUnpin for DecodeBatchProgram
impl UnwindSafe for DecodeBatchProgram
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