[−][src]Struct stdweb::web::error::SyntaxError
Occurs when an argument does not match the expected pattern.
Trait Implementations
impl JsSerialize for SyntaxError[src]
impl JsSerialize for SyntaxErrorimpl TryFrom<Error> for SyntaxError[src]
impl TryFrom<Error> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Error) -> Result<Self, Self::Error> | [src] |
impl TryFrom<DomException> for SyntaxError[src]
impl TryFrom<DomException> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: DomException) -> Result<Self, Self::Error> | [src] |
impl TryFrom<SyntaxError> for Reference[src]
impl TryFrom<SyntaxError> for Referencetype Error = Void
The type returned in the event of a conversion error.
fn try_from(value: SyntaxError) -> Result<Self, Self::Error> | [src] |
impl TryFrom<Reference> for SyntaxError[src]
impl TryFrom<Reference> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: Reference) -> Result<Self, Self::Error> | [src] |
impl<'_r> TryFrom<&'_r Reference> for SyntaxError[src]
impl<'_r> TryFrom<&'_r Reference> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(reference: &Reference) -> Result<Self, Self::Error> | [src] |
impl TryFrom<Value> for SyntaxError[src]
impl TryFrom<Value> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Value) -> Result<Self, Self::Error> | [src] |
impl<'_r> TryFrom<&'_r Value> for SyntaxError[src]
impl<'_r> TryFrom<&'_r Value> for SyntaxErrortype Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &Value) -> Result<Self, Self::Error> | [src] |
impl InstanceOf for SyntaxError[src]
impl InstanceOf for SyntaxErrorfn instance_of(reference: &Reference) -> bool | [src] |
impl ReferenceType for SyntaxError[src]
impl ReferenceType for SyntaxErrorunsafe fn from_reference_unchecked(reference: Reference) -> Self | [src] |
impl IError for SyntaxError[src]
impl IError for SyntaxErrorfn 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 SyntaxError[src]
impl IDomException for SyntaxErrorimpl From<SyntaxError> for Error[src]
impl From<SyntaxError> for Errorfn from(value: SyntaxError) -> Self | [src] |
impl From<SyntaxError> for DomException[src]
impl From<SyntaxError> for DomExceptionfn from(value: SyntaxError) -> Self | [src] |
impl From<SyntaxError> for Reference[src]
impl From<SyntaxError> for Referencefn from(value: SyntaxError) -> Self | [src] |
impl Eq for SyntaxError[src]
impl Eq for SyntaxErrorimpl PartialEq<SyntaxError> for SyntaxError[src]
impl PartialEq<SyntaxError> for SyntaxErrorfn eq(&self, other: &SyntaxError) -> bool | [src] |
fn ne(&self, other: &SyntaxError) -> bool | [src] |
impl AsRef<Reference> for SyntaxError[src]
impl AsRef<Reference> for SyntaxErrorimpl Clone for SyntaxError[src]
impl Clone for SyntaxErrorfn clone(&self) -> SyntaxError | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for SyntaxError[src]
impl Debug for SyntaxErrorimpl Display for SyntaxError[src]
impl Display for SyntaxErrorimpl Error for SyntaxError[src]
impl Error for SyntaxErrorfn description(&self) -> &str | [src] |
fn cause(&self) -> Option<&dyn Error> | 1.0.0 [src] |
replaced by Error::source, which can support downcasting
The lower-level cause of this error, if any. Read more
fn source(&self) -> Option<&(dyn Error + 'static)> | 1.30.0 [src] |
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl Send for SyntaxError
impl Send for SyntaxErrorimpl Sync for SyntaxError
impl Sync for SyntaxErrorBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |