Struct neon::handle::DowncastError [−][src]
Expand description
An error representing a failed downcast.
Trait Implementations
impl<F: PartialEq + Value, T: PartialEq + Value> PartialEq<DowncastError<F, T>> for DowncastError<F, T>
impl<F: PartialEq + Value, T: PartialEq + Value> PartialEq<DowncastError<F, T>> for DowncastError<F, T>
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<F: PartialOrd + Value, T: PartialOrd + Value> PartialOrd<DowncastError<F, T>> for DowncastError<F, T>
impl<F: PartialOrd + Value, T: PartialOrd + Value> PartialOrd<DowncastError<F, T>> for DowncastError<F, T>
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<F, T> RefUnwindSafe for DowncastError<F, T> where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<F, T> Send for DowncastError<F, T> where
F: Send,
T: Send,
impl<F, T> Sync for DowncastError<F, T> where
F: Sync,
T: Sync,
impl<F, T> Unpin for DowncastError<F, T> where
F: Unpin,
T: Unpin,
impl<F, T> UnwindSafe for DowncastError<F, T> where
F: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more