Struct mop_blocks::SolutionRef[][src]

pub struct SolutionRef<'a, V: 'a> { /* fields omitted */ }

Methods

impl<'a, V> SolutionRef<'a, V>
[src]

Trait Implementations

impl<'a, V: Debug + 'a> Debug for SolutionRef<'a, V>
[src]

Formats the value using the given formatter. Read more

impl<'a, V: PartialEq + 'a> PartialEq for SolutionRef<'a, 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> Copy for SolutionRef<'a, V>
[src]

impl<'a, V> Clone for SolutionRef<'a, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Auto Trait Implementations

impl<'a, V> Send for SolutionRef<'a, V> where
    V: Sync

impl<'a, V> Sync for SolutionRef<'a, V> where
    V: Sync