pub enum ContentKeyword {
Text(Ident),
Before(Ident),
After(Ident),
FirstLetter(Ident),
Marker(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for ContentKeyword
impl Clone for ContentKeyword
Source§fn clone(&self) -> ContentKeyword
fn clone(&self) -> ContentKeyword
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 ContentKeyword
impl Debug for ContentKeyword
Source§impl Hash for ContentKeyword
impl Hash for ContentKeyword
Source§impl Ord for ContentKeyword
impl Ord for ContentKeyword
Source§fn cmp(&self, other: &ContentKeyword) -> Ordering
fn cmp(&self, other: &ContentKeyword) -> 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 ContentKeyword
impl<'a> Parse<'a> for ContentKeyword
Source§impl PartialEq for ContentKeyword
impl PartialEq for ContentKeyword
Source§impl PartialOrd for ContentKeyword
impl PartialOrd for ContentKeyword
Source§impl<'a> Peek<'a> for ContentKeyword
impl<'a> Peek<'a> for ContentKeyword
Source§impl ToCursors for ContentKeyword
impl ToCursors for ContentKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for ContentKeyword
impl StructuralPartialEq for ContentKeyword
Auto Trait Implementations§
impl Freeze for ContentKeyword
impl RefUnwindSafe for ContentKeyword
impl Send for ContentKeyword
impl Sync for ContentKeyword
impl Unpin for ContentKeyword
impl UnwindSafe for ContentKeyword
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