Struct build_helper::InvalidInput
[−]
[src]
pub struct InvalidInput(_);
Error type indicating a string parse failed due to invalid input.
Methods
impl InvalidInput[src]
Trait Implementations
impl Clone for InvalidInput[src]
fn clone(&self) -> InvalidInput
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
impl Eq for InvalidInput[src]
impl PartialEq for InvalidInput[src]
fn eq(&self, __arg_0: &InvalidInput) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InvalidInput) -> bool
This method tests for !=.