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