Struct pomsky_syntax::warning::ParseWarning
source · pub struct ParseWarning {
pub kind: ParseWarningKind,
pub span: Span,
}Expand description
A warning.
Fields§
§kind: ParseWarningKindThe kind of warning
span: SpanThe span pointing to the source of the warning
Trait Implementations§
source§impl Clone for ParseWarning
impl Clone for ParseWarning
source§fn clone(&self) -> ParseWarning
fn clone(&self) -> ParseWarning
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