Enum pomsky_syntax::warning::ParseWarningKind
source · pub enum ParseWarningKind {
Deprecation(DeprecationWarning),
}Expand description
A warning without a span pointing to the source of the warning
Variants§
Deprecation(DeprecationWarning)
A deprecation warning
Trait Implementations§
source§impl Clone for ParseWarningKind
impl Clone for ParseWarningKind
source§fn clone(&self) -> ParseWarningKind
fn clone(&self) -> ParseWarningKind
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