Enum dfsql::sql::lexer::StringKeyword
source · pub enum StringKeyword {
Contains,
Extract,
All,
Split,
}Variants§
Trait Implementations§
source§impl Clone for StringKeyword
impl Clone for StringKeyword
source§fn clone(&self) -> StringKeyword
fn clone(&self) -> StringKeyword
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 moresource§impl Debug for StringKeyword
impl Debug for StringKeyword
source§impl PartialEq for StringKeyword
impl PartialEq for StringKeyword
source§fn eq(&self, other: &StringKeyword) -> bool
fn eq(&self, other: &StringKeyword) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StringKeyword
impl StructuralPartialEq for StringKeyword
Auto Trait Implementations§
impl RefUnwindSafe for StringKeyword
impl Send for StringKeyword
impl Sync for StringKeyword
impl Unpin for StringKeyword
impl UnwindSafe for StringKeyword
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