Enum pomsky_syntax::warning::DeprecationWarning
source · pub enum DeprecationWarning {
Dot,
}Expand description
A deprecation warning: Indicates that something shouldn’t be used anymore
Variants§
Dot
The [.] dot
Trait Implementations§
source§impl Clone for DeprecationWarning
impl Clone for DeprecationWarning
source§fn clone(&self) -> DeprecationWarning
fn clone(&self) -> DeprecationWarning
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