[−][src]Struct proc_macro2::Literal
Methods
impl Literal[src]
pub fn u8_suffixed(n: u8) -> Literal[src]
pub fn u16_suffixed(n: u16) -> Literal[src]
pub fn u32_suffixed(n: u32) -> Literal[src]
pub fn u64_suffixed(n: u64) -> Literal[src]
pub fn usize_suffixed(n: usize) -> Literal[src]
pub fn i8_suffixed(n: i8) -> Literal[src]
pub fn i16_suffixed(n: i16) -> Literal[src]
pub fn i32_suffixed(n: i32) -> Literal[src]
pub fn i64_suffixed(n: i64) -> Literal[src]
pub fn isize_suffixed(n: isize) -> Literal[src]
pub fn u8_unsuffixed(n: u8) -> Literal[src]
pub fn u16_unsuffixed(n: u16) -> Literal[src]
pub fn u32_unsuffixed(n: u32) -> Literal[src]
pub fn u64_unsuffixed(n: u64) -> Literal[src]
pub fn usize_unsuffixed(n: usize) -> Literal[src]
pub fn i8_unsuffixed(n: i8) -> Literal[src]
pub fn i16_unsuffixed(n: i16) -> Literal[src]
pub fn i32_unsuffixed(n: i32) -> Literal[src]
pub fn i64_unsuffixed(n: i64) -> Literal[src]
pub fn isize_unsuffixed(n: isize) -> Literal[src]
pub fn f64_unsuffixed(f: f64) -> Literal[src]
pub fn f64_suffixed(f: f64) -> Literal[src]
pub fn f32_unsuffixed(f: f32) -> Literal[src]
pub fn f32_suffixed(f: f32) -> Literal[src]
pub fn string(string: &str) -> Literal[src]
pub fn character(ch: char) -> Literal[src]
pub fn byte_string(s: &[u8]) -> Literal[src]
pub fn span(&self) -> Span[src]
pub fn set_span(&mut self, span: Span)[src]
Trait Implementations
impl Clone for Literal[src]
impl From<Literal> for TokenTree[src]
impl Debug for Literal[src]
impl Display for Literal[src]
Auto Trait Implementations
impl !Send for Literal
impl Unpin for Literal
impl !Sync for Literal
impl UnwindSafe for Literal
impl !RefUnwindSafe for Literal
Blanket Implementations
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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,