Struct sway_core::error::CompileWarning
source · [−]Fields
span: Span
warning_content: Warning
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CompileWarning
impl Send for CompileWarning
impl Sync for CompileWarning
impl Unpin for CompileWarning
impl UnwindSafe for CompileWarning
Blanket Implementations
Mutably borrows from an owned value. Read more