Struct mop_blocks::CustomSolutionRef[][src]

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

Methods

impl<'a, C, V> CustomSolutionRef<'a, C, V>
[src]

Trait Implementations

impl<'a, C: Clone + 'a, V: Clone + 'a> Clone for CustomSolutionRef<'a, C, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, C: Copy + 'a, V: Copy + 'a> Copy for CustomSolutionRef<'a, C, V>
[src]

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

impl<'a, C, V> Sync for CustomSolutionRef<'a, C, V> where
    C: Sync,
    V: Sync