Enum sqlparser::tokenizer::Whitespace
source · pub enum Whitespace {
Space,
Newline,
Tab,
SingleLineComment {
comment: String,
prefix: String,
},
MultiLineComment(String),
}Variants§
Trait Implementations§
source§impl Clone for Whitespace
impl Clone for Whitespace
source§fn clone(&self) -> Whitespace
fn clone(&self) -> Whitespace
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