Struct osqp::Failure[][src]

pub struct Failure<'a> { /* fields omitted */ }

A problem that failed to be solved.

Trait Implementations

impl<'a> Clone for Failure<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Failure<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Failure<'a>

impl<'a> Sync for Failure<'a>