Struct sway_core::error::CompileWarning [−][src]
Fields
span: Span<'sc>
warning_content: Warning<'sc>
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<'sc> RefUnwindSafe for CompileWarning<'sc>
impl<'sc> Send for CompileWarning<'sc>
impl<'sc> Sync for CompileWarning<'sc>
impl<'sc> Unpin for CompileWarning<'sc>
impl<'sc> UnwindSafe for CompileWarning<'sc>
Blanket Implementations
Mutably borrows from an owned value. Read more