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