Struct opal::pipeline::LinkError
[−]
[src]
pub struct LinkError {
pub message: String,
}The LinkError includes an error message, explaining what went wrong
Fields
message: String
Trait Implementations
impl Eq for LinkError[src]
impl PartialEq for LinkError[src]
fn eq(&self, __arg_0: &LinkError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LinkError) -> bool
This method tests for !=.
impl Clone for LinkError[src]
fn clone(&self) -> LinkError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more