Enum sql_from_models_parser::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 ==
.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