Struct sway_error::handler::ErrorEmitted
source · [−]pub struct ErrorEmitted { /* private fields */ }
Expand description
Proof that an error was emitted through a Handler
.
Trait Implementations
sourceimpl Clone for ErrorEmitted
impl Clone for ErrorEmitted
sourcefn clone(&self) -> ErrorEmitted
fn clone(&self) -> ErrorEmitted
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ErrorEmitted
impl Debug for ErrorEmitted
sourceimpl Hash for ErrorEmitted
impl Hash for ErrorEmitted
sourceimpl PartialEq<ErrorEmitted> for ErrorEmitted
impl PartialEq<ErrorEmitted> for ErrorEmitted
sourcefn eq(&self, other: &ErrorEmitted) -> bool
fn eq(&self, other: &ErrorEmitted) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more