Struct stdweb::web::error::HierarchyRequestError
[−]
[src]
pub struct HierarchyRequestError(_);
Occurs when an operation would result in an incorrect node tree.
Trait Implementations
impl Clone for HierarchyRequestError[src]
fn clone(&self) -> HierarchyRequestError[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 HierarchyRequestError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for HierarchyRequestError[src]
fn eq(&self, __arg_0: &HierarchyRequestError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HierarchyRequestError) -> bool[src]
This method tests for !=.
impl Eq for HierarchyRequestError[src]
impl From<HierarchyRequestError> for Error[src]
fn from(value: HierarchyRequestError) -> Self[src]
Performs the conversion.
impl TryFrom<Error> for HierarchyRequestError[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Error) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl From<HierarchyRequestError> for DomException[src]
fn from(value: HierarchyRequestError) -> Self[src]
Performs the conversion.
impl TryFrom<DomException> for HierarchyRequestError[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: DomException) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl AsRef<Reference> for HierarchyRequestError[src]
impl ReferenceType for HierarchyRequestError[src]
unsafe fn from_reference_unchecked(reference: Reference) -> Self[src]
Converts a given reference into a concrete reference-like wrapper. Doesn't do any type checking; highly unsafe to use! Read more
impl From<HierarchyRequestError> for Reference[src]
fn from(value: HierarchyRequestError) -> Self[src]
Performs the conversion.
impl TryFrom<HierarchyRequestError> for Reference[src]
type Error = Void
The type returned in the event of a conversion error.
fn try_from(value: HierarchyRequestError) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl TryFrom<Reference> for HierarchyRequestError[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl<'_r> TryFrom<&'_r Reference> for HierarchyRequestError[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl TryFrom<Value> for HierarchyRequestError[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Value) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl<'_r> TryFrom<&'_r Value> for HierarchyRequestError[src]
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &Value) -> Result<Self, Self::Error>[src]
Performs the conversion.
impl JsSerialize for HierarchyRequestError[src]
impl IError for HierarchyRequestError[src]
fn message(&self) -> String[src]
Returns a human-readable description of the error. Read more
fn name(&self) -> String[src]
Returns a name specifiying the type of error. Read more
impl IDomException for HierarchyRequestError[src]
impl InstanceOf for HierarchyRequestError[src]
fn instance_of(reference: &Reference) -> bool[src]
Checks whenever a given Reference if of type Self.
impl Display for HierarchyRequestError[src]
fn fmt(&self, formatter: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more