[−][src]Struct lalrpop_util::lexer::Token
Trait Implementations
impl<'input> Clone for Token<'input>
[src]
impl<'input> Debug for Token<'input>
[src]
impl<'a> Display for Token<'a>
[src]
impl<'input> Eq for Token<'input>
[src]
impl<'input> Ord for Token<'input>
[src]
fn cmp(&self, other: &Token<'input>) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl<'input> PartialEq<Token<'input>> for Token<'input>
[src]
impl<'input> PartialOrd<Token<'input>> for Token<'input>
[src]
fn partial_cmp(&self, other: &Token<'input>) -> Option<Ordering>
[src]
fn lt(&self, other: &Token<'input>) -> bool
[src]
fn le(&self, other: &Token<'input>) -> bool
[src]
fn gt(&self, other: &Token<'input>) -> bool
[src]
fn ge(&self, other: &Token<'input>) -> bool
[src]
impl<'input> StructuralEq for Token<'input>
[src]
impl<'input> StructuralPartialEq for Token<'input>
[src]
Auto Trait Implementations
impl<'input> RefUnwindSafe for Token<'input>
impl<'input> Send for Token<'input>
impl<'input> Sync for Token<'input>
impl<'input> Unpin for Token<'input>
impl<'input> UnwindSafe for Token<'input>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,