pub enum CommonUseCase {
FieldCrewScheduling,
FactoryJobShop,
DeliveryTimeWindows,
AssignmentMatching,
SourceSinkFlow,
LinearProgram,
MixedIntegerProgram,
CustomCpSatModel,
FormationAssembly,
CedarPolicyCounterexample,
}Expand description
A common application use case.
Variants§
FieldCrewScheduling
FactoryJobShop
DeliveryTimeWindows
AssignmentMatching
SourceSinkFlow
LinearProgram
MixedIntegerProgram
CustomCpSatModel
FormationAssembly
CedarPolicyCounterexample
Trait Implementations§
Source§impl Clone for CommonUseCase
impl Clone for CommonUseCase
Source§fn clone(&self) -> CommonUseCase
fn clone(&self) -> CommonUseCase
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 moreSource§impl Debug for CommonUseCase
impl Debug for CommonUseCase
Source§impl From<CommonUseCase> for SelectionRequest
impl From<CommonUseCase> for SelectionRequest
Source§fn from(use_case: CommonUseCase) -> Self
fn from(use_case: CommonUseCase) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CommonUseCase
impl PartialEq for CommonUseCase
Source§fn eq(&self, other: &CommonUseCase) -> bool
fn eq(&self, other: &CommonUseCase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommonUseCase
impl Eq for CommonUseCase
impl StructuralPartialEq for CommonUseCase
Auto Trait Implementations§
impl Freeze for CommonUseCase
impl RefUnwindSafe for CommonUseCase
impl Send for CommonUseCase
impl Sync for CommonUseCase
impl Unpin for CommonUseCase
impl UnsafeUnpin for CommonUseCase
impl UnwindSafe for CommonUseCase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.