pub enum GenerateModel {
Command,
CommandLight,
CommandR,
CommandRPlus,
CommandR082024,
CommandRPlus082024,
CommandNightly,
Custom(String),
}
Variants§
Command
CommandLight
CommandR
CommandRPlus
CommandR082024
CommandRPlus082024
CommandNightly
Custom(String)
Trait Implementations§
Source§impl Debug for GenerateModel
impl Debug for GenerateModel
Source§impl Display for GenerateModel
impl Display for GenerateModel
Auto Trait Implementations§
impl Freeze for GenerateModel
impl RefUnwindSafe for GenerateModel
impl Send for GenerateModel
impl Sync for GenerateModel
impl Unpin for GenerateModel
impl UnwindSafe for GenerateModel
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