Struct mop_blocks::Solution[][src]

pub struct Solution<V> { /* fields omitted */ }

Methods

impl<V> Solution<V>
[src]

Trait Implementations

impl<V: Debug> Debug for Solution<V>
[src]

Formats the value using the given formatter. Read more

impl<V: PartialEq> PartialEq for Solution<V>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, V> From<SolutionRef<'a, V>> for Solution<V> where
    V: Copy
[src]

Performs the conversion.

Auto Trait Implementations

impl<V> Send for Solution<V> where
    V: Send

impl<V> Sync for Solution<V> where
    V: Sync