pub enum ModelType {
StableModel = 0,
BraveConsequences = 1,
CautiousConsequences = 2,
}Expand description
Enumeration for the different model types.
Variants§
StableModel = 0
The model represents a stable model.
BraveConsequences = 1
The model represents a set of brave consequences.
CautiousConsequences = 2
The model represents a set of cautious consequences.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModelType
impl RefUnwindSafe for ModelType
impl Send for ModelType
impl Sync for ModelType
impl Unpin for ModelType
impl UnwindSafe for ModelType
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