[−][src]Struct mop_blocks::mph::MphOrConstructor
Methods
impl<'a, OR, S> MphOrConstructor<'a, OR, S>[src]
pub fn commit(self, objs_avg: OR, solution: S)[src]
pub fn copy_result(self, from: &MphOrRef<OR, S>) -> Self where
OR: Copy, [src]
OR: Copy,
pub fn push_hard_cstr(self, result: usize) -> Self[src]
pub fn push_obj(self, value: OR) -> Self[src]
Trait Implementations
impl<'a, OR: Debug, S: Debug> Debug for MphOrConstructor<'a, OR, S>[src]
impl<'a, OR: PartialEq, S: PartialEq> PartialEq<MphOrConstructor<'a, OR, S>> for MphOrConstructor<'a, OR, S>[src]
fn eq(&self, other: &MphOrConstructor<'a, OR, S>) -> bool[src]
fn ne(&self, other: &MphOrConstructor<'a, OR, S>) -> bool[src]
impl<'a, OR, S> StructuralPartialEq for MphOrConstructor<'a, OR, S>[src]
Auto Trait Implementations
impl<'a, OR, S> Send for MphOrConstructor<'a, OR, S> where
OR: Send,
S: Send,
OR: Send,
S: Send,
impl<'a, OR, S> Sync for MphOrConstructor<'a, OR, S> where
OR: Sync,
S: Sync,
OR: Sync,
S: Sync,
impl<'a, OR, S> Unpin for MphOrConstructor<'a, OR, S>
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> 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>,