Enum sqlparser::parser::IsOptional
source · pub enum IsOptional {
Optional,
Mandatory,
}
Variants§
Trait Implementations§
source§impl PartialEq<IsOptional> for IsOptional
impl PartialEq<IsOptional> for IsOptional
source§fn eq(&self, other: &IsOptional) -> bool
fn eq(&self, other: &IsOptional) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.