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 more