pub struct SyntaxValue(/* private fields */);Trait Implementations§
Source§impl Clone for SyntaxValue
impl Clone for SyntaxValue
Source§fn clone(&self) -> SyntaxValue
fn clone(&self) -> SyntaxValue
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 SyntaxValue
impl Debug for SyntaxValue
Source§impl From<SyntaxValue> for Cursor
impl From<SyntaxValue> for Cursor
Source§fn from(value: SyntaxValue) -> Cursor
fn from(value: SyntaxValue) -> Cursor
Converts to this type from the input type.
Source§impl From<SyntaxValue> for Token
impl From<SyntaxValue> for Token
Source§fn from(value: SyntaxValue) -> Token
fn from(value: SyntaxValue) -> Token
Converts to this type from the input type.
Source§impl Hash for SyntaxValue
impl Hash for SyntaxValue
Source§impl Ord for SyntaxValue
impl Ord for SyntaxValue
Source§fn cmp(&self, other: &SyntaxValue) -> Ordering
fn cmp(&self, other: &SyntaxValue) -> 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 SyntaxValue
impl<'a> Parse<'a> for SyntaxValue
Source§impl PartialEq for SyntaxValue
impl PartialEq for SyntaxValue
Source§impl PartialOrd for SyntaxValue
impl PartialOrd for SyntaxValue
Source§impl<'a> Peek<'a> for SyntaxValue
impl<'a> Peek<'a> for SyntaxValue
Source§impl ToCursors for SyntaxValue
impl ToCursors for SyntaxValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for SyntaxValue
impl Eq for SyntaxValue
impl StructuralPartialEq for SyntaxValue
Auto Trait Implementations§
impl Freeze for SyntaxValue
impl RefUnwindSafe for SyntaxValue
impl Send for SyntaxValue
impl Sync for SyntaxValue
impl Unpin for SyntaxValue
impl UnwindSafe for SyntaxValue
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