[−][src]Struct mop_blocks::mph::MphDefinitions
Methods
impl<C, O, SD> MphDefinitions<C, O, SD>[src]
pub fn hard_cstrs(&self) -> &[C][src]
Hard constraints
pub fn name(&self) -> &str[src]
Name
pub fn objs(&self) -> &[O][src]
Objectives
pub fn solution_domain(&self) -> &SD[src]
pub fn solution_domain_mut(&mut self) -> &mut SD[src]
Trait Implementations
impl<C: Clone, O: Clone, SD: Clone> Clone for MphDefinitions<C, O, SD>[src]
fn clone(&self) -> MphDefinitions<C, O, SD>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<C: Debug, O: Debug, SD: Debug> Debug for MphDefinitions<C, O, SD>[src]
Auto Trait Implementations
impl<C, O, SD> Send for MphDefinitions<C, O, SD> where
C: Send,
O: Send,
SD: Send,
C: Send,
O: Send,
SD: Send,
impl<C, O, SD> Sync for MphDefinitions<C, O, SD> where
C: Sync,
O: Sync,
SD: Sync,
C: Sync,
O: Sync,
SD: Sync,
impl<C, O, SD> Unpin for MphDefinitions<C, O, SD> where
C: Unpin,
O: Unpin,
SD: Unpin,
C: Unpin,
O: Unpin,
SD: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> TraitCfg for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,