[−][src]Enum rustc_ap_rustc_lexer::TokenKind
Variants
Fields of BlockComment
terminated: bool
Fields of Literal
kind: LiteralKind
suffix_start: usize
Fields of Lifetime
starts_with_number: bool
Trait Implementations
impl Clone for TokenKind
[src][+]
impl PartialOrd<TokenKind> for TokenKind
[src][+]
impl Copy for TokenKind
[src]
impl Eq for TokenKind
[src]
impl Ord for TokenKind
[src][+]
impl PartialEq<TokenKind> for TokenKind
[src][+]
impl Debug for TokenKind
[src][+]
Auto Trait Implementations
impl Send for TokenKind
impl Sync for TokenKind
impl Unpin for TokenKind
impl RefUnwindSafe for TokenKind
impl UnwindSafe for TokenKind
Blanket Implementations
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,