Struct sway_error::handler::ErrorEmitted
source · pub struct ErrorEmitted { /* private fields */ }
Expand description
Proof that an error was emitted through a Handler
.
Trait Implementations§
source§impl Clone for ErrorEmitted
impl Clone for ErrorEmitted
source§fn clone(&self) -> ErrorEmitted
fn clone(&self) -> ErrorEmitted
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ErrorEmitted
impl Debug for ErrorEmitted
source§impl Hash for ErrorEmitted
impl Hash for ErrorEmitted
source§impl PartialEq<ErrorEmitted> for ErrorEmitted
impl PartialEq<ErrorEmitted> for ErrorEmitted
source§fn eq(&self, other: &ErrorEmitted) -> bool
fn eq(&self, other: &ErrorEmitted) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ErrorEmitted
impl StructuralEq for ErrorEmitted
impl StructuralPartialEq for ErrorEmitted
Auto Trait Implementations§
impl RefUnwindSafe for ErrorEmitted
impl Send for ErrorEmitted
impl Sync for ErrorEmitted
impl Unpin for ErrorEmitted
impl UnwindSafe for ErrorEmitted
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more