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 ==
.