Struct mop_blocks::CstrResult[][src]

pub struct CstrResult { /* fields omitted */ }

Constraint result

Methods

impl CstrResult
[src]

Trait Implementations

impl Clone for CstrResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CstrResult
[src]

Formats the value using the given formatter. Read more

impl Default for CstrResult
[src]

Returns the "default value" for a type. Read more

impl PartialEq for CstrResult
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for CstrResult

impl Sync for CstrResult