Enum sqlx_models_parser::tokenizer::Whitespace [−][src]
pub enum Whitespace {
Space,
Newline,
Tab,
SingleLineComment {
comment: String,
prefix: String,
},
MultiLineComment(String),
}Variants
MultiLineComment(String)Tuple Fields of MultiLineComment
0: StringTrait 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 RefUnwindSafe for Whitespace
impl Send for Whitespace
impl Sync for Whitespace
impl Unpin for Whitespace
impl UnwindSafe for Whitespace
Blanket Implementations
Mutably borrows from an owned value. Read more