pub enum StringKeyword {
First(Ident),
Start(Ident),
Last(Ident),
FirstExcept(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for StringKeyword
impl Clone for StringKeyword
Source§fn clone(&self) -> StringKeyword
fn clone(&self) -> StringKeyword
Returns a duplicate 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 Hash for StringKeyword
impl Hash for StringKeyword
Source§impl Ord for StringKeyword
impl Ord for StringKeyword
Source§fn cmp(&self, other: &StringKeyword) -> Ordering
fn cmp(&self, other: &StringKeyword) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for StringKeyword
impl<'a> Parse<'a> for StringKeyword
Source§impl PartialEq for StringKeyword
impl PartialEq for StringKeyword
Source§impl PartialOrd for StringKeyword
impl PartialOrd for StringKeyword
Source§impl<'a> Peek<'a> for StringKeyword
impl<'a> Peek<'a> for StringKeyword
Source§impl ToCursors for StringKeyword
impl ToCursors for StringKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for StringKeyword
impl StructuralPartialEq for StringKeyword
Auto Trait Implementations§
impl Freeze for StringKeyword
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