Enum sqlparser::parser::IsOptional
source · pub enum IsOptional {
Optional,
Mandatory,
}
Variants§
Trait Implementations§
source§impl PartialEq for IsOptional
impl PartialEq 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 ==
.impl Eq for IsOptional
impl StructuralEq for IsOptional
impl StructuralPartialEq for IsOptional
Auto Trait Implementations§
impl RefUnwindSafe for IsOptional
impl Send for IsOptional
impl Sync for IsOptional
impl Unpin for IsOptional
impl UnwindSafe for IsOptional
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more