Struct stdweb::web::error::UnknownValueError
[−]
[src]
pub struct UnknownValueError(_);
Indicates that an invalid value is setted to an SelectElement.
It means there is no <option> element that has the given value.
Trait Implementations
impl Clone for UnknownValueError[src]
fn clone(&self) -> UnknownValueError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for UnknownValueError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for UnknownValueError[src]
fn eq(&self, __arg_0: &UnknownValueError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UnknownValueError) -> bool[src]
This method tests for !=.
impl Eq for UnknownValueError[src]
impl Display for UnknownValueError[src]
fn fmt(&self, formatter: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more